Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/asm/ftn-custom/
H A Dzasmf.c39 *ierr = PCASMGetLocalSubmatrices(*pc, &nloc, &tmat); in pcasmgetlocalsubmatrices_()
/petsc/include/
H A Dpetscpc.h251 PETSC_EXTERN PetscErrorCode PCASMGetLocalSubmatrices(PC, PetscInt *, Mat *[]);
/petsc/src/ksp/pc/impls/asm/
H A Dasm.c1691 PetscErrorCode PCASMGetLocalSubmatrices(PC pc, PetscInt *n, Mat *mat[]) in PCASMGetLocalSubmatrices() function