Searched defs:ar2 (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/ksp/pc/impls/tfs/ |
| H A D | ivec.c | 310 PetscErrorCode PCTFS_ivec_sort_companion(PetscInt *ar, PetscInt *ar2, PetscInt size) in PCTFS_ivec_sort_companion() 421 PetscErrorCode PCTFS_ivec_sort_companion_hack(PetscInt *ar, PetscInt **ar2, PetscInt size) in PCTFS_ivec_sort_companion_hack() 531 PetscErrorCode PCTFS_SMI_sort(void *ar1, void *ar2, PetscInt size, PetscInt type) in PCTFS_SMI_sort()
|
| /petsc/include/petsc/private/ |
| H A D | vecimpl.h | 315 #define VecCheckSameLocalSize(x, ar1, y, ar2) \ argument 320 #define VecCheckSameSize(x, ar1, y, ar2) \ argument
|
| H A D | matimpl.h | 1295 #define MatCheckSameLocalSize(A, ar1, B, ar2) \ argument 1301 #define MatCheckSameSize(A, ar1, B, ar2) \ argument 1314 #define VecCheckMatCompatible(M, x, ar1, b, ar2) \ argument
|