Lines Matching full:ref

26 /// Argument for @ref CeedOperatorSetField() indicating that the field does not require a `CeedBasi…
46 @ref Developer
64 @ref Developer
97 @ref Developer
118 …@param[in] t_mode @ref CEED_NOTRANSPOSE to rotate the basis counter-clockwise, which has the e…
119 @ref CEED_TRANSPOSE for the opposite rotation
127 @ref Developer
161 @ref Developer
188 @ref Developer
202 @ref Developer
224 @ref Developer
329 the backend will specify the ordering in @ref CeedElemRestrictionCreate()
330 @param[in] t_mode @ref CEED_NOTRANSPOSE to evaluate from nodes to quadrature points;
331 … @ref CEED_TRANSPOSE to apply the transpose, mapping from quadrature points to nodes
332 @param[in] eval_mode @ref CEED_EVAL_NONE to use values directly,
333 @ref CEED_EVAL_INTERP to use interpolated values,
334 @ref CEED_EVAL_GRAD to use gradients,
335 @ref CEED_EVAL_DIV to use divergence,
336 @ref CEED_EVAL_CURL to use curl,
337 @ref CEED_EVAL_WEIGHT to use quadrature weights
343 @ref Developer
383 the backend will specify the ordering in @ref CeedElemRestrictionCreate()
385 @param[in] t_mode @ref CEED_NOTRANSPOSE to evaluate from nodes to points;
386 @ref CEED_TRANSPOSE to apply the transpose, mapping from points to nodes
387 @param[in] eval_mode @ref CEED_EVAL_INTERP to use interpolated values,
388 @ref CEED_EVAL_GRAD to use gradients,
389 @ref CEED_EVAL_WEIGHT to use quadrature weights
391 …@param[in] u Input `CeedVector`, of length `num_nodes * num_comp` for @ref CEED_NOTRANSP…
392 …utput `CeedVector`, of length `num_points * num_q_comp` for @ref CEED_NOTRANSPOSE with @ref CEED_E…
396 @ref Developer
461 the backend will specify the ordering in @ref CeedElemRestrictionCreate()
463 @param[in] t_mode @ref CEED_NOTRANSPOSE to evaluate from nodes to points;
464 @ref CEED_TRANSPOSE to apply the transpose, mapping from points to nodes
465 @param[in] eval_mode @ref CEED_EVAL_INTERP to use interpolated values,
466 @ref CEED_EVAL_GRAD to use gradients,
467 @ref CEED_EVAL_WEIGHT to use quadrature weights
469 …@param[in] u Input `CeedVector`, of length `num_nodes * num_comp` for @ref CEED_NOTRANSP…
470 …utput `CeedVector`, of length `num_points * num_q_comp` for @ref CEED_NOTRANSPOSE with @ref CEED_E…
474 @ref Developer
706 @ref User
731 @ref Backend
764 @ref Backend
806 @ref Backend
821 @ref Backend
847 @ref Backend
862 @ref Backend
876 @ref Backend
887 @param[in] eval_mode @ref CEED_EVAL_INTERP to use interpolated values,
888 @ref CEED_EVAL_GRAD to use gradients,
889 @ref CEED_EVAL_DIV to use divergence,
890 @ref CEED_EVAL_CURL to use curl
895 @ref Backend
930 @param[in] eval_mode @ref CeedEvalMode
935 @ref Backend
1076 @ref Backend
1091 @ref Backend
1106 @ref Backend
1121 @ref Backend
1144 @ref Utility
1169 @ref Utility
1226 @ref Utility
1254 @ref Utility
1297 @ref Utility
1444 @ref Utility
1534 @ref User
1592 @ref User
1671 @ref User
1730 @ref User
1789 @ref User
1836 Only @ref CEED_EVAL_INTERP will be valid for the new basis, `basis_project`.
1837 For \f$H^1\f$ spaces, @ref CEED_EVAL_GRAD will also be valid.
1854 @ref User
1912 @ref User
1922 @brief Set the number of tabs to indent for @ref CeedBasisView() output
1929 @ref User
1937 @brief Get the number of tabs to indent for @ref CeedBasisView() output
1944 @ref User
1959 @ref User
2044 the backend will specify the ordering in @ref CeedElemRestrictionCreate()
2045 @param[in] t_mode @ref CEED_NOTRANSPOSE to evaluate from nodes to quadrature points;
2046 … @ref CEED_TRANSPOSE to apply the transpose, mapping from quadrature points to nodes
2047 @param[in] eval_mode @ref CEED_EVAL_NONE to use values directly,
2048 @ref CEED_EVAL_INTERP to use interpolated values,
2049 @ref CEED_EVAL_GRAD to use gradients,
2050 @ref CEED_EVAL_DIV to use divergence,
2051 @ref CEED_EVAL_CURL to use curl,
2052 @ref CEED_EVAL_WEIGHT to use quadrature weights
2058 @ref User
2072 the backend will specify the ordering in @ref CeedElemRestrictionCreate()
2073 …@param[in] t_mode @ref CEED_TRANSPOSE to apply the transpose, mapping from quadrature points t…
2074 @ref CEED_NOTRANSPOSE is not valid for `CeedBasisApplyAdd()`
2075 @param[in] eval_mode @ref CEED_EVAL_NONE to use values directly,
2076 @ref CEED_EVAL_INTERP to use interpolated values,
2077 @ref CEED_EVAL_GRAD to use gradients,
2078 @ref CEED_EVAL_DIV to use divergence,
2079 @ref CEED_EVAL_CURL to use curl,
2080 @ref CEED_EVAL_WEIGHT to use quadrature weights
2086 @ref User
2101 the backend will specify the ordering in @ref CeedElemRestrictionCreate()
2103 @param[in] t_mode @ref CEED_NOTRANSPOSE to evaluate from nodes to points;
2104 @ref CEED_TRANSPOSE to apply the transpose, mapping from points to nodes
2105 @param[in] eval_mode @ref CEED_EVAL_INTERP to use interpolated values,
2106 @ref CEED_EVAL_GRAD to use gradients,
2107 @ref CEED_EVAL_WEIGHT to use quadrature weights
2109 …@param[in] u Input `CeedVector`, of length `num_nodes * num_comp` for @ref CEED_NOTRANSP…
2110 …utput `CeedVector`, of length `num_points * num_q_comp` for @ref CEED_NOTRANSPOSE with @ref CEED_E…
2114 @ref User
2132 the backend will specify the ordering in @ref CeedElemRestrictionCreate()
2134 @param[in] t_mode @ref CEED_NOTRANSPOSE to evaluate from nodes to points;
2135 @ref CEED_NOTRANSPOSE is not valid for `CeedBasisApplyAddAtPoints()`
2136 @param[in] eval_mode @ref CEED_EVAL_INTERP to use interpolated values,
2137 @ref CEED_EVAL_GRAD to use gradients,
2138 @ref CEED_EVAL_WEIGHT to use quadrature weights
2140 …@param[in] u Input `CeedVector`, of length `num_nodes * num_comp` for @ref CEED_NOTRANSP…
2141 …utput `CeedVector`, of length `num_points * num_q_comp` for @ref CEED_NOTRANSPOSE with @ref CEED_E…
2145 @ref User
2167 @ref Advanced
2181 @ref Advanced
2193 @ref Advanced
2208 @ref Advanced
2223 @ref Advanced
2238 @ref Utility
2253 @ref Advanced
2269 @ref Utility
2284 @ref Advanced
2300 @ref Advanced
2315 @ref Advanced
2330 @ref Advanced
2364 @ref Backend
2383 @ref Advanced
2420 @ref Advanced
2439 @ref Advanced
2454 @ref Advanced
2462 @brief Destroy a @ref CeedBasis
2468 @ref User
2501 @ref Utility
2553 @ref Utility