Lines Matching full:no
31 /// Indicate that no vector is applicable (i.e., for @ref CEED_EVAL_WEIGHT).
441 If the requested `mem_type` is already synchronized, this function results in a no-op.
498 …"CeedVector has no borrowed %s array, must set array with CeedVectorSetArray", CeedMemTypes[mem_ty… in CeedVectorTakeArray()
502 …"CeedVector has no valid data to take, must set data with CeedVectorSetValue or CeedVectorSetArray… in CeedVectorTakeArray()
541 …"CeedVector has no valid data to read, must set data with CeedVectorSetValue or CeedVectorSetArray… in CeedVectorGetArray()
578 …"CeedVector has no valid data to read, must set data with CeedVectorSetValue or CeedVectorSetArray… in CeedVectorGetArrayRead()
683 …"CeedVector has no valid data to compute norm, must set data with CeedVectorSetValue or CeedVector… in CeedVectorNorm()
742 …"CeedVector has no valid data to scale, must set data with CeedVectorSetValue or CeedVectorSetArra… in CeedVectorScale()
786 … "CeedVector x has no valid data, must set data with CeedVectorSetValue or CeedVectorSetArray"); in CeedVectorAXPY()
789 … "CeedVector y has no valid data, must set data with CeedVectorSetValue or CeedVectorSetArray"); in CeedVectorAXPY()
857 … "CeedVector x has no valid data, must set data with CeedVectorSetValue or CeedVectorSetArray"); in CeedVectorAXPBY()
860 … "CeedVector y has no valid data, must set data with CeedVectorSetValue or CeedVectorSetArray"); in CeedVectorAXPBY()
948 … "CeedVector x has no valid data, must set data with CeedVectorSetValue or CeedVectorSetArray"); in CeedVectorPointwiseMult()
951 … "CeedVector y has no valid data, must set data with CeedVectorSetValue or CeedVectorSetArray"); in CeedVectorPointwiseMult()
1009 …"CeedVector has no valid data to compute reciprocal, must set data with CeedVectorSetValue or Ceed… in CeedVectorReciprocal()