Searched refs:y_size (Results 1 – 1 of 1) sorted by relevance
| /honee/src/ |
| H A D | petsc_ops.c | 57 CeedSize x_size, y_size; in OperatorApplyContextCreate() local 60 PetscCallCeed(ceed, CeedOperatorGetActiveVectorLengths(op_apply, &x_size, &y_size)); in OperatorApplyContextCreate() 76 PetscCheck(Y_size == y_size, PETSC_COMM_WORLD, PETSC_ERR_ARG_SIZ, in OperatorApplyContextCreate() 77 …_FMT ") not correct size for CeedOperator active output size (%" CeedSize_FMT ")", Y_size, y_size); in OperatorApplyContextCreate() 92 PetscCheck(y_ceed_size == y_size, PETSC_COMM_WORLD, PETSC_ERR_ARG_SIZ, in OperatorApplyContextCreate() 93 … ") not correct size for CeedOperator active input size (%" CeedSize_FMT ")", y_ceed_size, y_size); in OperatorApplyContextCreate() 118 else PetscCallCeed(ceed, CeedVectorCreate(ceed, y_size, &(*ctx)->y_ceed)); in OperatorApplyContextCreate()
|