xref: /libCEED/doc/sphinx/source/api/CeedOperator.rst (revision 8a4ce0d78b95fffc485d7f6e76eabd31204930a1)
1.. _CeedOperator:
2
3CeedOperator
4**************************************
5
6A `CeedOperator` defines the finite/spectral element operator associated to a
7:ref:`CeedQFunction`. A `CeedOperator` connects objects of the type
8:ref:`CeedElemRestriction`, :ref:`CeedBasis`, and :ref:`CeedQFunction`.
9
10Discrete operators on user vectors
11======================================
12
13.. doxygengroup:: CeedOperatorUser
14   :project: libCEED
15   :path: ../../../../xml
16   :content-only:
17   :members:
18