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