Home
last modified time | relevance | path

Searched refs:x_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
89 PetscCallCeed(ceed, CeedVectorGetLength(x_ceed, &x_ceed_size)); in OperatorApplyContextCreate()
90 PetscCheck(x_size >= 0 ? x_ceed_size == x_size : true, PETSC_COMM_WORLD, PETSC_ERR_ARG_SIZ, in OperatorApplyContextCreate()
91 … ") not correct size for CeedOperator active input size (%" CeedSize_FMT ")", x_ceed_size, x_size); in OperatorApplyContextCreate()
93 PetscCheck(x_ceed_size == dm_X_size, PETSC_COMM_WORLD, PETSC_ERR_ARG_SIZ, in OperatorApplyContextCreate()
94 …eedSize_FMT ") does not match dm_x local vector size (%" PetscInt_FMT ")", x_ceed_size, dm_X_size); in OperatorApplyContextCreate()