Lines Matching full:in
52 @param[in] name Name for this backend to respond to
53 …@param[in] source Absolute path to source of `CeedQFunction`, "\path\CEED_DIR\gallery\folder\f…
54 @param[in] vec_length Vector length.
56 @param[in] f Function pointer to evaluate action at quadrature points.
58 …@param[in] init Initialization function called by @ref CeedQFunctionCreateInteriorByName() w…
93 @param[in] field_name Name of `CeedQFunction` field
94 …@param[in] size Size of `CeedQFunction` field, (`num_comp * 1`) for @ref CEED_EVAL_NONE an…
95 @param[in] eval_mode @ref CEED_EVAL_NONE to use values directly,
117 @param[in] field `CeedQFunction` field to view
118 @param[in] field_number Number of field being viewed
119 @param[in] in true for input field, false for output
120 @param[in] tabs Tabs to append before each new line
121 @param[in] stream Stream to view to, e.g., `stdout`
127 static int CeedQFunctionFieldView(CeedQFunctionField field, CeedInt field_number, bool in, const ch… in CeedQFunctionFieldView() argument
128 const char *inout = in ? "Input" : "Output"; in CeedQFunctionFieldView()
148 @param[in] qf `CeedQFunction` to view
149 @param[in] stream Filestream to write to
163 @param[in,out] qf Address of `CeedQFunction` to destroy
177 @param[in,out] qf CeedQFunction
178 @param[in] status Boolean value to set as Fortran status
200 @param[in] qf `CeedQFunction`
215 @param[in] qf `CeedQFunction`
233 @param[in] qf `CeedQFunction`
252 @param[in] qf `CeedQFunction`
282 @param[in] qf `CeedQFunction`
321 …nction` source file into string buffer, including full text of local files in place of `#include "…
331 @param[in] qf `CeedQFunction`
358 @param[in] qf `CeedQFunction`
375 @param[in] qf CeedQFunction
391 @param[in] qf `CeedQFunction`
392 @param[in] mem_type Memory type on which to access the data.
422 @param[in] qf `CeedQFunction`
423 @param[in,out] data Data to restore
451 @param[in] qf `CeedQFunction`
477 @param[in] qf `CeedQFunction`
478 @param[in] mem_type Memory type on which to access the data.
507 @param[in] qf `CeedQFunction`
508 @param[in,out] data Data to restore
534 @param[in] qf `CeedQFunction`
549 @param[in] qf `CeedQFunction`
564 @param[in] qf `CeedQFunction`
579 @param[in,out] qf `CeedQFunction`
580 @param[in] data Data to set
594 @param[in] qf `CeedOperator`
609 @param[in,out] qf `CeedQFunction`
623 @param[in,out] qf `CeedQFunction` to increment the reference counter
637 @param[in] qf `CeedQFunction` to estimate FLOPs for
658 @param[in] ceed `Ceed` object used to create the `CeedQFunction`
659 @param[in] vec_length Vector length.
661 @param[in] f Function pointer to evaluate action at quadrature points.
663 …@param[in] source Absolute path to source of `CeedQFunctionUser`, "\abs_path\file.h:function_…
716 @param[in] ceed `Ceed` object used to create the `CeedQFunction`
717 @param[in] name Name of `CeedQFunction` to use from gallery
758 Inputs are written into outputs in the order given.
762 @param[in] ceed `Ceed` object used to create the `CeedQFunction`
763 @param[in] size Size of the `CeedQFunction` fields
764 @param[in] in_mode @ref CeedEvalMode for input to `CeedQFunction`
765 @param[in] out_mode @ref CeedEvalMode for output to `CeedQFunction`
797 @param[in] qf `CeedQFunction` to copy reference to
814 @param[in,out] qf `CeedQFunction`
815 @param[in] field_name Name of `CeedQFunction` field
816 @param[in] size Size of `CeedQFunction` field,
822 @param[in] eval_mode @ref CEED_EVAL_NONE to use values directly,
828 …Note: In the user `CeedQFunctionUser`, the `in` argument list the fields in the order given by the…
856 @param[in,out] qf `CeedQFunction`
857 @param[in] field_name Name of `CeedQFunction` field
858 @param[in] size Size of `CeedQFunction` field,
864 @param[in] eval_mode @ref CEED_EVAL_NONE to use values directly,
870 …Note: In the user `CeedQFunctionUser`, the `out` argument list the fields in the order given by th…
901 @param[in] qf `CeedQFunction`
924 @param[in] qf_field `CeedQFunctionField`
939 @param[in] qf_field `CeedQFunctionField`
954 @param[in] qf_field `CeedQFunctionField`
971 @param[in] qf_field `CeedQFunctionField`
990 @param[in,out] qf `CeedQFunction`
991 @param[in] ctx Context data to set
1016 @param[in,out] qf `CeedQFunction`
1017 @param[in] is_writable Boolean flag for writability status
1031 @param[in] qf `CeedQFunction` to estimate FLOPs for
1045 @param[in] qf `CeedQFunction` to set the number of view tabs
1046 @param[in] num_tabs Number of view tabs to set
1060 @param[in] qf `CeedQFunction` to get the number of view tabs
1075 @param[in] qf `CeedQFunction` to view
1076 @param[in] stream Stream to write; typically `stdout` or a file
1113 @param[in] qf `CeedQFunction`
1128 @param[in] qf `CeedQFunction`
1141 @param[in] qf `CeedQFunction`
1142 @param[in] Q Number of quadrature points
1143 @param[in] u Array of input `CeedVector`
1165 @param[in,out] qf `CeedQFunction` to destroy