Home
last modified time | relevance | path

Searched refs:y_size (Results 1 – 1 of 1) sorted by relevance

/libCEED/examples/fluids/src/
H A Dpetsc_ops.c61 CeedSize x_size, y_size; in OperatorApplyContextCreate() local
64 PetscCallCeed(ceed, CeedOperatorGetActiveVectorLengths(op_apply, &x_size, &y_size)); in OperatorApplyContextCreate()
81 PetscCheck(Y_size == y_size, PETSC_COMM_WORLD, PETSC_ERR_ARG_SIZ, in OperatorApplyContextCreate()
82 …_FMT ") not correct size for CeedOperator active output size (%" CeedSize_FMT ")", Y_size, y_size); in OperatorApplyContextCreate()
99 PetscCheck(y_ceed_size == y_size, PETSC_COMM_WORLD, PETSC_ERR_ARG_SIZ, in OperatorApplyContextCreate()
100 … ") not correct size for CeedOperator active input size (%" CeedSize_FMT ")", y_ceed_size, y_size); in OperatorApplyContextCreate()
126 else PetscCallCeed(ceed, CeedVectorCreate(ceed, y_size, &(*ctx)->y_ceed)); in OperatorApplyContextCreate()