xref: /libCEED/doc/sphinx/source/api/CeedOperator.rst (revision 6f5dc8ba493eb609f13fe336f2a5e06988b93c70)
1.. _CeedOperator:
2
3CeedOperator
4**************************************
5
6A `CeedOperator` defines the finite/spectral element operator associated to a
7`QFunction`. 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