Searched refs:arga (Results 1 – 2 of 2) sorted by relevance
| /petsc/include/petsc/private/ |
| H A D | petscimpl.h | 615 #define PetscCheckSameType(a, arga, b, argb) \ argument 632 #define PetscCheckSameComm(a, arga, b, argb) \ argument 637 #define PetscCheckSameTypeAndComm(a, arga, b, argb) \ argument 700 #define PetscCheckSameType(a, arga, b, argb) \ 704 …METYPE, "Objects not of same type : Argument # % d and % d, % s != % s ", arga, argb, ((PetscObjec… 707 #define PetscCheckSameType(a, arga, b, argb) \ argument 739 #define PetscCheckSameComm(a, arga, b, argb) \ argument 743 …"Different communicators in the two objects: Argument # %d and %d flag %d", arga, argb, _7_flag); \ 746 #define PetscCheckSameTypeAndComm(a, arga, b, argb) \ argument 748 PetscCheckSameType(a, arga, b, argb); \ [all …]
|
| H A D | petscscalapack.h | 110 #define MatScaLAPACKCheckDistribution(a, arga, b, argb) \ argument 118 #define MatScaLAPACKCheckDistribution(a, arga, b, argb) \ argument 123 …PETSC_ERR_ARG_INCOMP, "Arguments #%d and #%d have different ScaLAPACK distribution", arga, argb); \
|