Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/gasm/
H A Dgasm.c1463 PetscCall(MatSubdomainsCreateCoalesce(A, N, n, iis)); in PCGASMCreateStraddlingSubdomains()
/petsc/include/
H A Dpetscmat.h2691 PETSC_EXTERN PetscErrorCode MatSubdomainsCreateCoalesce(Mat, PetscInt, PetscInt *, IS **);
/petsc/src/mat/interface/
H A Dmatrix.c11122 PetscErrorCode MatSubdomainsCreateCoalesce(Mat A, PetscInt N, PetscInt *n, IS *iss[]) in MatSubdomainsCreateCoalesce() function