Searched refs:x_ceed_size (Results 1 – 1 of 1) sorted by relevance
| /honee/src/ |
| H A D | petsc_ops.c | 63 CeedSize x_ceed_size, y_ceed_size; in OperatorApplyContextCreate() local 83 PetscCallCeed(ceed, CeedVectorGetLength(x_ceed, &x_ceed_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() 87 PetscCheck(x_ceed_size == dm_X_size, PETSC_COMM_WORLD, PETSC_ERR_ARG_SIZ, in OperatorApplyContextCreate() 88 …eedSize_FMT ") does not match dm_x local vector size (%" PetscInt_FMT ")", x_ceed_size, dm_X_size); in OperatorApplyContextCreate()
|