Lines Matching full:ref

58 …@param[in] init       Initialization function called by @ref CeedQFunctionCreateInteriorByName() w…
62 @ref Developer
90 …@brief Set a `CeedQFunction` field, used by @ref CeedQFunctionAddInput() and @ref CeedQFunctionAdd…
94ref CEED_EVAL_NONE and @ref CEED_EVAL_WEIGHT, (`num_comp * 1`) for @ref CEED_EVAL_INTERP for an \f…
95 @param[in] eval_mode @ref CEED_EVAL_NONE to use values directly,
96 @ref CEED_EVAL_WEIGHT to use quadrature weights,
97 @ref CEED_EVAL_INTERP to use interpolated values,
98 @ref CEED_EVAL_GRAD to use gradients,
99 @ref CEED_EVAL_DIV to use divergence,
100 @ref CEED_EVAL_CURL to use curl
104 @ref Developer
125 @ref Utility
153 @ref Developer
167 @ref Developer
182 @ref Backend
205 @ref Backend
221 @ref Backend
231 …Use the `name` if created via @ref CeedQFunctionCreateInteriorByName(), otherwise return the kerne…
238 @ref Backend
257 @ref Backend
287 @ref Backend
329 Note: Caller is responsible for freeing the string buffer with @ref CeedFree().
336 @ref Backend
363 @ref Backend
380 @ref Backend
398 @ref Backend
427 @ref Backend
455 @ref Backend
484 @ref Backend
512 @ref Backend
539 @ref Backend
554 @ref Backend
569 @ref Backend
584 @ref Backend
599 @ref Backend
613 @ref Backend
627 @ref Backend
640 @ref Backend
673 See \ref CeedQFunctionUser for details on the call-back function `f` arguments.
675 @ref User
722 @ref User
764 @param[in] in_mode @ref CeedEvalMode for input to `CeedQFunction`
765 @param[in] out_mode @ref CeedEvalMode for output to `CeedQFunction`
770 @ref User
792 Both pointers should be destroyed with @ref CeedQFunctionDestroy().
802 @ref User
817 (`num_comp * 1`) for @ref CEED_EVAL_NONE,
818 …(`num_comp * 1`) for @ref CEED_EVAL_INTERP for an \f$H^1\f$ space or (`num_comp * dim`) for an \f$…
819 (`num_comp * dim`) for @ref CEED_EVAL_GRAD,
820 (`num_comp * 1`) for @ref CEED_EVAL_DIV, and
821 …p * curl_dim`) with `curl_dim = 1` if `dim < 3` otherwise `curl_dim = dim` for @ref CEED_EVAL_CURL.
822 @param[in] eval_mode @ref CEED_EVAL_NONE to use values directly,
823 @ref CEED_EVAL_INTERP to use interpolated values,
824 @ref CEED_EVAL_GRAD to use gradients,
825 @ref CEED_EVAL_DIV to use divergence,
826 @ref CEED_EVAL_CURL to use curl
832 @ref User
859 (`num_comp * 1`) for @ref CEED_EVAL_NONE,
860 …(`num_comp * 1`) for @ref CEED_EVAL_INTERP for an \f$H^1\f$ space or (`num_comp * dim`) for an \f$…
861 (`num_comp * dim`) for @ref CEED_EVAL_GRAD,
862 (`num_comp * 1`) for @ref CEED_EVAL_DIV, and
863 …p * curl_dim`) with `curl_dim = 1` if `dim < 3` otherwise `curl_dim = dim` for @ref CEED_EVAL_CURL.
864 @param[in] eval_mode @ref CEED_EVAL_NONE to use values directly,
865 @ref CEED_EVAL_INTERP to use interpolated values,
866 @ref CEED_EVAL_GRAD to use gradients,
867 @ref CEED_EVAL_DIV to use divergence,
868 @ref CEED_EVAL_CURL to use curl.
874 @ref User
909 @ref Advanced
929 @ref Advanced
944 @ref Advanced
952 @brief Get the @ref CeedEvalMode of a `CeedQFunctionField`
959 @ref Advanced
978 @ref Advanced
995 @ref User
1009 … `CeedQFunctionContext` and requires memory synchronization after calling @ref CeedQFunctionApply(…
1021 @ref User
1034 @ref Backend
1043 @brief Set the number of tabs to indent for @ref CeedQFunctionView() output
1050 @ref User
1058 @brief Get the number of tabs to indent for @ref CeedQFunctionView() output
1065 @ref User
1080 @ref User
1118 @ref Advanced
1132 @ref Advanced
1148 @ref User
1169 @ref User