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