Searched refs:yarg (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/vec/vec/impls/nest/ |
| H A D | vecnestimpl.h | 13 #define VecNestCheckCompatible2(x, xarg, y, yarg) \ argument 16 PetscValidHeaderSpecific(y, VEC_CLASSID, yarg); \ 18 PetscCheckSameComm(x, xarg, y, yarg); \ 19 PetscCheckSameType(x, xarg, y, yarg); \ 21 …etscObjectComm((PetscObject)y), PETSC_ERR_ARG_WRONG, "Nest vector argument %d not setup.", yarg); \ 22 …_ERR_ARG_WRONG, "Nest vector arguments %d and %d have different numbers of blocks.", xarg, yarg); \ 25 #define VecNestCheckCompatible3(x, xarg, y, yarg, z, zarg) \ argument 28 PetscValidHeaderSpecific(y, VEC_CLASSID, yarg); \ 31 PetscCheckSameComm(x, xarg, y, yarg); \ 32 PetscCheckSameType(x, xarg, y, yarg); \ [all …]
|