Home
last modified time | relevance | path

Searched refs:PCCompositeTypes (Results 1 – 7 of 7) sorted by relevance

/petsc/src/ksp/ksp/interface/
H A Ddlregisksp.c9 const char *const PCCompositeTypes[] = {"ADDITIVE", "MULTIPLICATIVE", "SYMMETRIC_MULTIP… variable
/petsc/src/ksp/pc/impls/composite/
H A Dcomposite.c249 …("-pc_composite_type", "Type of composition", "PCCompositeSetType", PCCompositeTypes, (PetscEnum)j… in PCSetFromOptions_Composite()
278 …PetscCall(PetscViewerASCIIPrintf(viewer, "Composite PC type - %s\n", PCCompositeTypes[jac->type])); in PCView_Composite()
/petsc/src/ksp/pc/impls/asm/
H A Dasm.c36 …(viewer, " Additive Schwarz: local solve composition type - %s\n", PCCompositeTypes[osm->loctype]… in PCView_ASM()
446 …ect)pc), PETSC_ERR_ARG_WRONG, "Invalid local composition type: %s", PCCompositeTypes[osm->loctype]… in PCApply_ASM()
517 …ect)pc), PETSC_ERR_ARG_WRONG, "Invalid local composition type: %s", PCCompositeTypes[osm->loctype]… in PCMatApply_ASM_Private()
744 …cal_type", "Type of local solver composition", "PCASMSetLocalType", PCCompositeTypes, (PetscEnum)o… in PCSetFromOptions_ASM()
/petsc/src/snes/impls/multiblock/
H A Dmultiblock.c397 …nes_multiblock_type", "Type of composition", "PCFieldSplitSetType", PCCompositeTypes, (PetscEnum)m… in SNESSetFromOptions_Multiblock()
418 …total blocks = %" PetscInt_FMT ", blocksize = %" PetscInt_FMT "\n", PCCompositeTypes[mb->type], mb… in SNESView_Multiblock()
/petsc/src/ksp/pc/impls/fieldsplit/
H A Dfieldsplit.c120 …total splits = %" PetscInt_FMT ", blocksize = %" PetscInt_FMT "\n", PCCompositeTypes[jac->type], j… in PCView_FieldSplit()
122 …ieldSplit with %s composition: total splits = %" PetscInt_FMT "\n", PCCompositeTypes[jac->type], j… in PCView_FieldSplit()
301 …total splits = %" PetscInt_FMT ", blocksize = %" PetscInt_FMT "\n", PCCompositeTypes[jac->type], j… in PCView_FieldSplit_GKB()
303 …ieldSplit with %s composition: total splits = %" PetscInt_FMT "\n", PCCompositeTypes[jac->type], j… in PCView_FieldSplit_GKB()
2152 …-pc_fieldsplit_type", "Type of composition", "PCFieldSplitSetType", PCCompositeTypes, (PetscEnum)j… in PCSetFromOptions_FieldSplit()
/petsc/include/
H A Dpetscpc.h30 PETSC_EXTERN const char *const PCCompositeTypes[]; variable
/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c3015 …sition (additive or multiplicative)", "PCPatchSetLocalComposition", PCCompositeTypes, (PetscEnum)l… in PCSetFromOptions_PATCH()