Lines Matching full:ref

34   @ref Developer
96 @ref Utility
136 @ref Utility
185 @ref Developer
199 @ref Developer
209 Note: Caller is responsible for destroying the `active_basis` with @ref CeedBasisDestroy().
216 @ref Developer
226 Note: Caller is responsible for destroying the bases with @ref CeedBasisDestroy().
234 @ref Developer
292 …Note: Caller is responsible for destroying the `active_rstr` with @ref CeedElemRestrictionDestroy(…
299 @ref Utility
309 …Note: Caller is responsible for destroying the restrictions with @ref CeedElemRestrictionDestroy().
317 @ref Utility
385 @ref Developer
448 @ref Developer
515 @ref Developer
581 @ref Backend
602 @ref Backend
643 @ref Backend
658 @ref Backend
673 @ref Backend
693 @ref Backend
708 @ref Backend
723 @ref Backend
737 @ref Backend
751 @ref Backend
769 …A `CeedBasis` and `CeedElemRestriction` can be associated with `CeedQFunction` fields with @ref Ce…
773 …@param[in] dqf `CeedQFunction` defining the action of the Jacobian of `qf` (or @ref CEED_QFUNCTI…
774 …unction` defining the action of the transpose of the Jacobian of `qf` (or @ref CEED_QFUNCTION_NONE)
779 @ref User
811 The locations of each point are set with @ref CeedOperatorAtPointsSetPoints().
815 …@param[in] dqf `CeedQFunction` defining the action of the Jacobian of @a qf (or @ref CEED_QFUNCT…
816 …nction` defining the action of the transpose of the Jacobian of @a qf (or @ref CEED_QFUNCTION_NONE)
821 @ref User
858 @ref User
886 Both pointers should be destroyed with @ref CeedOperatorDestroy().
896 @ref User
912 …fied using this function, but their data (in a `CeedVector`) is passed in @ref CeedOperatorApply().
913 … one active input `CeedVector` and at most one active output@ref CeedVector passed to @ref CeedOp…
916 …When using @ref CEED_BASIS_NONE, the number of quadrature points is determined by the element size…
921 …@param[in] basis `CeedBasis` in which the field resides or @ref CEED_BASIS_NONE if colloc…
922 …tor` to be used by CeedOperator or @ref CEED_VECTOR_ACTIVE if field is active or @ref CEED_VECTOR_…
926 @ref User
1047 @ref Advanced
1077 @ref Advanced
1110 @ref User
1128 @ref Advanced
1161 @ref Advanced
1195 @ref Advanced
1205 Note: Caller is responsible for destroying the `rstr` with @ref CeedElemRestrictionDestroy().
1212 @ref Advanced
1223 Note: Caller is responsible for destroying the `basis` with @ref CeedBasisDestroy().
1230 @ref Advanced
1241 Note: Caller is responsible for destroying the `vec` with @ref CeedVectorDestroy().
1248 @ref Advanced
1271 @ref Advanced
1289 @ref User
1329 @ref Backend
1348 @ref Backend
1372 @ref Advanced
1403 @ref Advanced
1424 @ref Advanced
1442 @ref User
1505 @ref User
1542 …QFunction` associated with this `CeedOperator` is reused between calls to @ref CeedOperatorSetQFun…
1549 @ref Advanced
1576 @ref Advanced
1601 @brief Set name of `CeedOperator` for @ref CeedOperatorView() output
1608 @ref User
1631 @ref User
1655 @ref Developer
1697 @brief Set the number of tabs to indent for @ref CeedOperatorView() output
1704 @ref User
1712 @brief Get the number of tabs to indent for @ref CeedOperatorView() output
1719 @ref User
1734 @ref User
1749 @ref User
1764 @ref Advanced
1778 @ref Advanced
1790 @ref Advanced
1809 @ref Advanced
1826 @ref Backend
1954 …The caller is responsible for destroying `ctx` returned from this function via @ref CeedQFunctionC…
1964 @ref Advanced
1984 …Fields are registered via `CeedQFunctionContextRegister*()` functions (eg. @ref CeedQFunctionConte…
1992 @ref User
2106 @ref User
2124 @ref User
2139 @ref User
2156 @ref User
2174 @ref User
2189 @ref User
2206 @ref User
2224 @ref User
2239 @ref User
2249 All inputs and outputs must be specified using @ref CeedOperatorSetField().
2254 …@param[in] in `CeedVector` containing input state or @ref CEED_VECTOR_NONE if there are no a…
2255 …tor` to store result of applying operator (must be distinct from `in`) or @ref CEED_VECTOR_NONE if…
2256 …@param[in] request Address of @ref CeedRequest for non-blocking completion, else @ref CEED_REQUES…
2260 @ref User
2289 All inputs and outputs must be specified using @ref CeedOperatorSetField().
2296 …@param[in] in `CeedVector` containing input state or @ref CEED_VECTOR_NONE if there are no a…
2297 …or` to sum in result of applying operator (must be distinct from `in`) or @ref CEED_VECTOR_NONE if…
2298 …@param[in] request Address of @ref CeedRequest for non-blocking completion, else @ref CEED_REQUES…
2302 @ref User
2335 All inputs and outputs must be specified using @ref CeedOperatorSetField().
2340 …@param[in] in `CeedVector` containing input state or @ref CEED_VECTOR_NONE if there are no a…
2341 …or` to sum in result of applying operator (must be distinct from `in`) or @ref CEED_VECTOR_NONE if…
2342 …@param[in] request Address of @ref CeedRequest for non-blocking completion, else @ref CEED_REQUES…
2346 @ref User
2405 @ref User
2434 @ref User