Lines Matching full:in

27   @param[in] ceed     `Ceed` object for error handling
28 @param[in] qf_field `CeedQFunction` Field matching `CeedOperator` Field
29 @param[in] rstr `CeedOperator` Field `CeedElemRestriction`
30 @param[in] basis `CeedOperator` Field `CeedBasis`
87 @param[in] op_field `CeedOperator` Field to view
88 @param[in] qf_field `CeedQFunction` Field (carries field name)
89 @param[in] field_number Number of field being viewed
90 @param[in] tabs Tabs to append before each line
91 @param[in] is_input `true` for an input field; `false` for output field
92 @param[in] stream Stream to view to, e.g., `stdout`
130 @param[in] op `CeedOperator` to view
131 @param[in] tabs Tabs to append before each new line
132 @param[in] stream Stream to write; typically `stdout` or a file
180 @param[in] op `CeedOperator` to view
181 @param[in] stream Filestream to write to
195 @param[in,out] op Address of `CeedOperator` to destroy
211 @param[in] op `CeedOperator` to find active `CeedBasis` for
228 @param[in] op `CeedOperator` to find active `CeedBasis` for
294 @param[in] op `CeedOperator` to find active `CeedElemRestriction` for
311 @param[in] op `CeedOperator` to find active `CeedElemRestriction` for
375 …For composite operators, the value is set in all sub-operator `CeedQFunctionContext` that have a m…
378 @param[in,out] op `CeedOperator`
379 @param[in] field_label Label of field to set
380 @param[in] field_type Type of field to set
381 @param[in] values Values to set
440 @param[in,out] op `CeedOperator`
441 @param[in] field_label Label of field to set
442 @param[in] field_type Type of field to set
443 @param[out] num_values Number of values of type `field_type` in array `values`
444 @param[out] values Values in the label
508 @param[in,out] op `CeedOperator`
509 @param[in] field_label Label of field to set
510 @param[in] field_type Type of field to set
511 @param[in] values Values array to restore
576 @param[in] op `CeedOperator`
597 @param[in] op `CeedOperator`
638 @param[in] op `CeedOperator`
653 @param[in] op `CeedOperator`
668 @param[in] op `CeedOperator`
688 @param[in] op `CeedOperator`
703 @param[in] op `CeedOperator`
718 @param[in,out] op `CeedOperator`
719 @param[in] data Data to set
733 @param[in,out] op `CeedOperator` to increment the reference counter
747 @param[in,out] op `CeedOperator`
771 @param[in] ceed `Ceed` object used to create the `CeedOperator`
772 @param[in] qf `CeedQFunction` defining the action of the operator at quadrature points
773 …@param[in] dqf `CeedQFunction` defining the action of the Jacobian of `qf` (or @ref CEED_QFUNCTI…
774 …@param[in] dqfT `CeedQFunction` defining the action of the transpose of the Jacobian of `qf` (or …
808 @brief Create a `CeedOperator` for evaluation at evaluation at arbitrary points in each element.
813 @param[in] ceed `Ceed` object used to create the `CeedOperator`
814 @param[in] qf `CeedQFunction` defining the action of the operator at quadrature points
815 …@param[in] dqf `CeedQFunction` defining the action of the Jacobian of @a qf (or @ref CEED_QFUNCT…
816 …@param[in] dqfT `CeedQFunction` defining the action of the transpose of the Jacobian of @a qf (or…
853 @param[in] ceed `Ceed` object used to create the `CeedOperator`
891 @param[in] op `CeedOperator` to copy reference to
892 @param[in,out] op_copy Variable to store copied reference
910 Passive fields can inputs or outputs (updated in-place when operator is applied).
912 …ields must be specified using this function, but their data (in a `CeedVector`) is passed in @ref …
918 @param[in,out] op `CeedOperator` on which to provide the field
919 @param[in] field_name Name of the field (to be matched with the name used by `CeedQFunction`)
920 @param[in] rstr `CeedElemRestriction`
921 …@param[in] basis `CeedBasis` in which the field resides or @ref CEED_BASIS_NONE if colloc…
922in] vec `CeedVector` to be used by CeedOperator or @ref CEED_VECTOR_ACTIVE if field is …
1039 @param[in] op `CeedOperator`
1067 @brief Set the arbitrary points in each element for a `CeedOperator` at points.
1071 @param[in,out] op `CeedOperator` at points
1072 @param[in] rstr_points `CeedElemRestriction` for the coordinates of each point by element
1073 @param[in] point_coords `CeedVector` holding coordinates of each point
1105 @param[in] op `CeedOperator`
1118 @brief Get the arbitrary points in each element for a `CeedOperator` at points.
1122 @param[in] op `CeedOperator` at points
1155 @param[in] op `CeedOperator`
1156 @param[in] field_name Name of desired `CeedOperator` Field
1190 @param[in] op_field `CeedOperator` Field
1207 @param[in] op_field `CeedOperator` Field
1225 @param[in] op_field `CeedOperator` Field
1243 @param[in] op_field `CeedOperator` Field
1263 @param[in] op_field `CeedOperator` Field
1284 @param[in,out] composite_op Composite `CeedOperator`
1285 @param[in] sub_op Sub-operator `CeedOperator`
1324 @param[in] op `CeedOperator`
1343 @param[in] op `CeedOperator`
1366 @param[in] op Composite `CeedOperator`
1367 @param[in] op_name Name of desired sub `CeedOperator`
1398 @param[in] op Composite `CeedOperator`
1399 …@param[in] is_sequential Flag value to set, if `true`, forces the composite `CeedOperator` to exec…
1419 @param[in] op Composite `CeedOperator`
1438 @param[in] op `CeedOperator` to check
1499 @param[in] op `CeedOperator`
1539 @brief Set reuse of `CeedQFunction` data in `CeedOperatorLinearAssemble*()` functions.
1544 @param[in] op `CeedOperator`
1545 @param[in] reuse_assembly_data Boolean flag setting assembly data reuse
1571 @param[in] op `CeedOperator`
1572 @param[in] needs_data_update Boolean flag setting assembly data reuse
1603 @param[in,out] op `CeedOperator`
1604 @param[in] name Name to set, or NULL to remove previously set name
1626 @param[in] op `CeedOperator`
1627 @param[in,out] name Address of variable to hold currently set name
1649 @param[in] op `CeedOperator` to view brief summary
1650 @param[in] stream Stream to write; typically `stdout` or a file
1651 @param[in] is_full Whether to write full operator view or terse
1699 @param[in] op `CeedOperator` to set the number of view tabs
1700 @param[in] num_tabs Number of view tabs to set
1714 @param[in] op `CeedOperator` to get the number of view tabs
1729 @param[in] op `CeedOperator` to view
1730 @param[in] stream Stream to write; typically `stdout` or a file
1744 @param[in] op `CeedOperator` to view brief summary
1745 @param[in] stream Stream to write; typically `stdout` or a file
1759 @param[in] op `CeedOperator`
1774 @param[in] op `CeedOperator`
1785 @param[in] op `CeedOperator`
1804 @param[in] op `CeedOperator`
1823 @param[in] op `CeedOperator` to estimate FLOPs for
1959 @param[in] op `CeedOperator`
1986 @param[in] op `CeedOperator`
1987 @param[in] field_name Name of field to retrieve label
2077 // Set label in operator in CeedOperatorGetContextFieldLabel()
2098 …For composite operators, the values are set in all sub-operator `CeedQFunctionContext` that have a…
2100 @param[in,out] op `CeedOperator`
2101 @param[in] field_label Label of field to set
2102 @param[in] values Values to set
2117 @param[in] op `CeedOperator`
2118 @param[in] field_label Label of field to get
2119 @param[out] num_values Number of values in the field label
2133 @param[in] op `CeedOperator`
2134 @param[in] field_label Label of field to restore
2148 …For composite operators, the values are set in all sub-operator `CeedQFunctionContext` that have a…
2150 @param[in,out] op `CeedOperator`
2151 @param[in] field_label Label of field to set
2152 @param[in] values Values to set
2167 @param[in] op `CeedOperator`
2168 @param[in] field_label Label of field to get
2169 @param[out] num_values Number of `int32` values in `values`
2183 @param[in] op `CeedOperator`
2184 @param[in] field_label Label of field to get
2198 …For composite operators, the values are set in all sub-operator `CeedQFunctionContext` that have a…
2200 @param[in,out] op `CeedOperator`
2201 @param[in] field_label Label of field to set
2202 @param[in] values Values to set
2217 @param[in] op `CeedOperator`
2218 @param[in] field_label Label of field to get
2219 @param[out] num_values Number of boolean values in `values`
2233 @param[in] op `CeedOperator`
2234 @param[in] field_label Label of field to get
2253 @param[in] op `CeedOperator` to apply
2254 …@param[in] in `CeedVector` containing input state or @ref CEED_VECTOR_NONE if there are no a…
2255 …@param[out] out `CeedVector` to store result of applying operator (must be distinct from `in`)…
2256 …@param[in] request Address of @ref CeedRequest for non-blocking completion, else @ref CEED_REQUES…
2262 int CeedOperatorApply(CeedOperator op, CeedVector in, CeedVector out, CeedRequest *request) { in CeedOperatorApply() argument
2270 CeedCall(op->ApplyComposite(op, in, out, request)); in CeedOperatorApply()
2273 CeedCall(op->Apply(op, in, out, request)); in CeedOperatorApply()
2280 CeedCall(CeedOperatorApplyAddActive(op, in, out, request)); in CeedOperatorApply()
2295 @param[in] op `CeedOperator` to apply
2296 …@param[in] in `CeedVector` containing input state or @ref CEED_VECTOR_NONE if there are no a…
2297 …@param[out] out `CeedVector` to sum in result of applying operator (must be distinct from `in`…
2298 …@param[in] request Address of @ref CeedRequest for non-blocking completion, else @ref CEED_REQUES…
2304 int CeedOperatorApplyAdd(CeedOperator op, CeedVector in, CeedVector out, CeedRequest *request) { in CeedOperatorApplyAdd() argument
2313 CeedCall(op->ApplyAddComposite(op, in, out, request)); in CeedOperatorApplyAdd()
2321 CeedCall(CeedOperatorApplyAdd(sub_operators[i], in, out, request)); in CeedOperatorApplyAdd()
2326 CeedCall(op->ApplyAdd(op, in, out, request)); in CeedOperatorApplyAdd()
2339 @param[in] op `CeedOperator` to apply
2340 …@param[in] in `CeedVector` containing input state or @ref CEED_VECTOR_NONE if there are no a…
2341 …@param[out] out `CeedVector` to sum in result of applying operator (must be distinct from `in`…
2342 …@param[in] request Address of @ref CeedRequest for non-blocking completion, else @ref CEED_REQUES…
2348 int CeedOperatorApplyAddActive(CeedOperator op, CeedVector in, CeedVector out, CeedRequest *request… in CeedOperatorApplyAddActive() argument
2377 CeedCall(CeedOperatorApplyAdd(op, in, out, request)); in CeedOperatorApplyAddActive()
2393 CeedCall(CeedOperatorApplyAdd(op, in, out, request)); in CeedOperatorApplyAddActive()
2401 @param[in,out] op `CeedOperator` whose assembly data to destroy
2430 @param[in,out] op `CeedOperator` to destroy