Home
last modified time | relevance | path

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

/honee/include/
H A Dpetsc-ceed-utils.h205 PetscInt X_size; in VecCopyPetscToCeed() local
211 PetscCall(VecGetLocalSize(X_petsc, &X_size)); in VecCopyPetscToCeed()
213 …PetscCheck(X_size == x_size, PETSC_COMM_WORLD, PETSC_ERR_ARG_SIZ, "X_petsc (%" PetscInt_FMT ") and… in VecCopyPetscToCeed()
214 X_size, x_size); in VecCopyPetscToCeed()
/honee/src/
H A Dpetsc_ops.c62 PetscInt X_size, Y_size, dm_X_size, dm_Y_size; in OperatorApplyContextCreate() local
67 PetscCall(VecGetLocalSize(X_loc, &X_size)); in OperatorApplyContextCreate()
68 PetscCheck(X_size == x_size, PETSC_COMM_WORLD, PETSC_ERR_ARG_SIZ, in OperatorApplyContextCreate()
69 …t_FMT ") not correct size for CeedOperator active input size (%" CeedSize_FMT ")", X_size, x_size); in OperatorApplyContextCreate()
71 PetscCheck(X_size == dm_X_size, PETSC_COMM_WORLD, PETSC_ERR_ARG_SIZ, in OperatorApplyContextCreate()
72 …(%" PetscInt_FMT ") does not match dm_x local vector size (%" PetscInt_FMT ")", X_size, dm_X_size); in OperatorApplyContextCreate()