Home
last modified time | relevance | path

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

/honee/src/
H A Dpetsc_ops.c62 PetscInt X_size, Y_size, dm_X_size, dm_Y_size; in OperatorApplyContextCreate() local
75 PetscCall(VecGetLocalSize(Y_loc, &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()
79 PetscCheck(Y_size == dm_Y_size, PETSC_COMM_WORLD, PETSC_ERR_ARG_SIZ, in OperatorApplyContextCreate()
80 …(%" PetscInt_FMT ") does not match dm_y local vector size (%" PetscInt_FMT ")", Y_size, dm_Y_size); in OperatorApplyContextCreate()