Home
last modified time | relevance | path

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

/libCEED/examples/fluids/src/
H A Dpetsc_ops.c67 CeedSize x_ceed_size, y_ceed_size; in OperatorApplyContextCreate() local
98 PetscCallCeed(ceed, CeedVectorGetLength(y_ceed, &y_ceed_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()
102 PetscCheck(y_ceed_size == dm_Y_size, PETSC_COMM_WORLD, PETSC_ERR_ARG_SIZ, in OperatorApplyContextCreate()
103 …eedSize_FMT ") does not match dm_y local vector size (%" PetscInt_FMT ")", y_ceed_size, dm_Y_size); in OperatorApplyContextCreate()