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.c66 PetscInt X_size, Y_size, dm_X_size, dm_Y_size; in OperatorApplyContextCreate() local
80 PetscCall(VecGetLocalSize(Y_loc, &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()
84 PetscCheck(Y_size == dm_Y_size, PETSC_COMM_WORLD, PETSC_ERR_ARG_SIZ, in OperatorApplyContextCreate()
85 …(%" PetscInt_FMT ") does not match dm_y local vector size (%" PetscInt_FMT ")", Y_size, dm_Y_size); in OperatorApplyContextCreate()