Searched refs:x_size (Results 1 – 2 of 2) sorted by relevance
| /honee/src/ |
| H A D | petsc_ops.c | 57 CeedSize x_size, y_size; in OperatorApplyContextCreate() local 60 PetscCallCeed(ceed, CeedOperatorGetActiveVectorLengths(op_apply, &x_size, &y_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() 84 PetscCheck(x_size >= 0 ? x_ceed_size == x_size : true, PETSC_COMM_WORLD, PETSC_ERR_ARG_SIZ, in OperatorApplyContextCreate() 85 … ") not correct size for CeedOperator active input size (%" CeedSize_FMT ")", x_ceed_size, x_size); in OperatorApplyContextCreate() 115 else PetscCallCeed(ceed, CeedVectorCreate(ceed, x_size, &(*ctx)->x_ceed)); in OperatorApplyContextCreate()
|
| /honee/include/ |
| H A D | petsc-ceed-utils.h | 206 CeedSize x_size; in VecCopyPetscToCeed() local 212 PetscCallCeed(ceed, CeedVectorGetLength(x_ceed, &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()
|