Lines Matching full:use
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
231 …Use the `name` if created via @ref CeedQFunctionCreateInteriorByName(), otherwise return the kerne…
667 … JiT and can be used to guard include statements that JiT compilers cannot use, such as `math.h` o…
717 @param[in] name Name of `CeedQFunction` to use from gallery
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
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.