Home
last modified time | relevance | path

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

/petsc/src/vec/vec/impls/nest/
H A Dvecnestimpl.h13 #define VecNestCheckCompatible2(x, xarg, y, yarg) \ argument
15 PetscValidHeaderSpecific(x, VEC_CLASSID, xarg); \
18 PetscCheckSameComm(x, xarg, y, yarg); \
19 PetscCheckSameType(x, xarg, y, yarg); \
20 …etscObjectComm((PetscObject)x), PETSC_ERR_ARG_WRONG, "Nest vector argument %d not setup.", xarg); \
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
27 PetscValidHeaderSpecific(x, VEC_CLASSID, xarg); \
31 PetscCheckSameComm(x, xarg, y, yarg); \
32 PetscCheckSameType(x, xarg, y, yarg); \
[all …]