Lines Matching full:not
73 …"X_loc (%" PetscInt_FMT ") not correct size for CeedOperator active input size (%" CeedSize_FMT ")… in OperatorApplyContextCreate()
76 …"X_loc size (%" PetscInt_FMT ") does not match dm_x local vector size (%" PetscInt_FMT ")", X_size… in OperatorApplyContextCreate()
82 …"Y_loc (%" PetscInt_FMT ") not correct size for CeedOperator active output size (%" CeedSize_FMT "… in OperatorApplyContextCreate()
85 …"Y_loc size (%" PetscInt_FMT ") does not match dm_y local vector size (%" PetscInt_FMT ")", Y_size… in OperatorApplyContextCreate()
91 …"x_ceed (%" CeedSize_FMT ") not correct size for CeedOperator active input size (%" CeedSize_FMT "… in OperatorApplyContextCreate()
94 …"x_ceed size (%" CeedSize_FMT ") does not match dm_x local vector size (%" PetscInt_FMT ")", x_cee… in OperatorApplyContextCreate()
100 …"y_ceed (%" CeedSize_FMT ") not correct size for CeedOperator active input size (%" CeedSize_FMT "… in OperatorApplyContextCreate()
103 …"y_ceed size (%" CeedSize_FMT ") does not match dm_y local vector size (%" PetscInt_FMT ")", y_cee… in OperatorApplyContextCreate()
169 …* This is primarily used for when the active input/ouput vector does not correspond to a `DM` obje…
170 * `DMGetLocalVector` are not applicable.
171 …* For example, if statitics are being store at quadrature points, a `DM`-created `Vec` will not ha…
311 * @param[in] assemble Whether to assemble `Amat` and `Pmat` if they are not `mat_ceed`