Home
last modified time | relevance | path

Searched defs:sub_mat_type (Results 1 – 4 of 4) sorted by relevance

/petsc/src/ksp/pc/impls/asm/
H A Dasm.c720 char sub_mat_type[256]; in PCSetFromOptions_ASM() local
906 static PetscErrorCode PCASMGetSubMatType_ASM(PC pc, MatType *sub_mat_type) in PCASMGetSubMatType_ASM()
917 static PetscErrorCode PCASMSetSubMatType_ASM(PC pc, MatType sub_mat_type) in PCASMSetSubMatType_ASM()
1799 PetscErrorCode PCASMGetSubMatType(PC pc, MatType *sub_mat_type) in PCASMGetSubMatType()
1827 PetscErrorCode PCASMSetSubMatType(PC pc, MatType sub_mat_type) in PCASMSetSubMatType()
/petsc/include/petsc/private/
H A Dpcasmimpl.h23 …MatType sub_mat_type; /* the type of Mat used for subdomain solves (can be MATSAME or NUL… member
H A Dpcpatchimpl.h90 MatType sub_mat_type; /* Matrix type for patch systems */ member
/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c404 PetscErrorCode PCPatchSetSubMatType(PC pc, MatType sub_mat_type) in PCPatchSetSubMatType()
415 PetscErrorCode PCPatchGetSubMatType(PC pc, MatType *sub_mat_type) in PCPatchGetSubMatType()
2993 char sub_mat_type[PETSC_MAX_PATH_LEN]; in PCSetFromOptions_PATCH() local