Lines Matching full:no

78       // No additional checks required  in CeedOperatorCheckField()
118 if (basis == CEED_BASIS_NONE) fprintf(stream, "%s No basis\n", tabs); in CeedOperatorFieldView()
120 else if (vec == CEED_VECTOR_NONE) fprintf(stream, "%s No vector\n", tabs); in CeedOperatorFieldView()
262 …CeedCheck(*active_input_basis, CeedOperatorReturnCeed(op), CEED_ERROR_INCOMPLETE, "No active input… in CeedOperatorGetActiveBases()
283 …CeedCheck(*active_output_basis, CeedOperatorReturnCeed(op), CEED_ERROR_INCOMPLETE, "No active outp… in CeedOperatorGetActiveBases()
345 …CeedCheck(*active_input_rstr, CeedOperatorReturnCeed(op), CEED_ERROR_INCOMPLETE, "No active input … in CeedOperatorGetActiveElemRestrictions()
366 …CeedCheck(*active_output_rstr, CeedOperatorReturnCeed(op), CEED_ERROR_INCOMPLETE, "No active outpu… in CeedOperatorGetActiveElemRestrictions()
1000 …return CeedError(CeedOperatorReturnCeed(op), CEED_ERROR_INCOMPLETE, "CeedQFunction has no knowledg… in CeedOperatorSetField()
1028 …if (op->num_qpts == 0 && !is_at_points) op->num_qpts = num_qpts; // no consistent number of qpts … in CeedOperatorSetField()
1306 // Note, a size of -1 means no active vector restriction set, so no incompatibility in CeedOperatorCompositeAddSub()
1469 // Need to verify no lvec incompatibility from any changes in CeedOperatorCheckReady()
1476 …CeedCheck(op->num_fields > 0, CeedOperatorReturnCeed(op), CEED_ERROR_INCOMPLETE, "No operator fiel… in CeedOperatorCheckReady()
1526 // Note, a size of -1 means no active vector restriction set, so no incompatibility in CeedOperatorGetActiveVectorLengths()
1982 …@brief Get label for a registered `CeedQFunctionContext` field, or `NULL` if no field has been reg…
2254 …@param[in] in `CeedVector` containing input state or @ref CEED_VECTOR_NONE if there are no a…
2255 …lying operator (must be distinct from `in`) or @ref CEED_VECTOR_NONE if there are no active outputs
2296 …@param[in] in `CeedVector` containing input state or @ref CEED_VECTOR_NONE if there are no a…
2297 …lying operator (must be distinct from `in`) or @ref CEED_VECTOR_NONE if there are no active outputs
2340 …@param[in] in `CeedVector` containing input state or @ref CEED_VECTOR_NONE if there are no a…
2341 …lying operator (must be distinct from `in`) or @ref CEED_VECTOR_NONE if there are no active outputs