Home
last modified time | relevance | path

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

/libCEED/examples/fluids/include/
H A Dpetsc-ceed-utils.h209 PetscInt X_size; in VecCopyPetscToCeed() local
215 PetscCall(VecGetLocalSize(X_petsc, &X_size)); in VecCopyPetscToCeed()
217 …PetscCheck(X_size == x_size, PETSC_COMM_WORLD, PETSC_ERR_ARG_SIZ, "X_petsc (%" PetscInt_FMT ") and… in VecCopyPetscToCeed()
218 X_size, x_size); in VecCopyPetscToCeed()
/libCEED/examples/fluids/src/
H A Dpetsc_ops.c66 PetscInt X_size, Y_size, dm_X_size, dm_Y_size; in OperatorApplyContextCreate() local
71 PetscCall(VecGetLocalSize(X_loc, &X_size)); in OperatorApplyContextCreate()
72 PetscCheck(X_size == x_size, PETSC_COMM_WORLD, PETSC_ERR_ARG_SIZ, in OperatorApplyContextCreate()
73 …t_FMT ") not correct size for CeedOperator active input size (%" CeedSize_FMT ")", X_size, x_size); in OperatorApplyContextCreate()
75 PetscCheck(X_size == dm_X_size, PETSC_COMM_WORLD, PETSC_ERR_ARG_SIZ, in OperatorApplyContextCreate()
76 …(%" PetscInt_FMT ") does not match dm_x local vector size (%" PetscInt_FMT ")", X_size, dm_X_size); in OperatorApplyContextCreate()