Searched refs:dm_Y_size (Results 1 – 1 of 1) sorted by relevance
| /honee/src/ |
| H A D | petsc_ops.c | 62 PetscInt X_size, Y_size, dm_X_size, dm_Y_size; in OperatorApplyContextCreate() local 65 if (dm_y) PetscCall(DMGetLocalVectorInfo(dm_y, &dm_Y_size, NULL, NULL)); 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() 95 PetscCheck(y_ceed_size == dm_Y_size, PETSC_COMM_WORLD, PETSC_ERR_ARG_SIZ, in OperatorApplyContextCreate() 96 …eedSize_FMT ") does not match dm_y local vector size (%" PetscInt_FMT ")", y_ceed_size, dm_Y_size); in OperatorApplyContextCreate()
|