Home
last modified time | relevance | path

Searched defs:ar2 (Results 1 – 3 of 3) sorted by relevance

/petsc/src/ksp/pc/impls/tfs/
H A Divec.c310 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 Dvecimpl.h315 #define VecCheckSameLocalSize(x, ar1, y, ar2) \ argument
320 #define VecCheckSameSize(x, ar1, y, ar2) \ argument
H A Dmatimpl.h1295 #define MatCheckSameLocalSize(A, ar1, B, ar2) \ argument
1301 #define MatCheckSameSize(A, ar1, B, ar2) \ argument
1314 #define VecCheckMatCompatible(M, x, ar1, b, ar2) \ argument