Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dpcasmimpl.h22 PCCompositeType loctype; /* the type of composition for local solves */ member
/petsc/src/ksp/pc/impls/asm/
H A Dasm.c36loctype != PC_COMPOSITE_ADDITIVE) PetscCall(PetscViewerASCIIPrintf(viewer, " Additive Schwarz: lo… in PCView_ASM()
315 …if (osm->is_local && osm->type != PC_ASM_BASIC && osm->loctype == PC_COMPOSITE_ADDITIVE) PetscCall… in PCSetUp_ASM()
387 if (osm->loctype == PC_COMPOSITE_MULTIPLICATIVE) { in PCSetUp_ASM()
446loctype == PC_COMPOSITE_MULTIPLICATIVE || osm->loctype == PC_COMPOSITE_ADDITIVE, PetscObjectComm((… in PCApply_ASM()
480 if (osm->loctype == PC_COMPOSITE_MULTIPLICATIVE) { in PCApply_ASM()
517loctype == PC_COMPOSITE_MULTIPLICATIVE || osm->loctype == PC_COMPOSITE_ADDITIVE, PetscObjectComm((… in PCMatApply_ASM_Private()
592 …PetscCheck(osm->n_local_true <= 1 || osm->loctype == PC_COMPOSITE_ADDITIVE, PetscObjectComm((Petsc… in PCApplyTranspose_ASM()
677 …if (osm->loctype == PC_COMPOSITE_MULTIPLICATIVE) PetscCall(MatDestroyMatrices(osm->n_local_true, &… in PCReset_ASM()
719 PCCompositeType loctype; in PCSetFromOptions_ASM() local
744 …ion", "PCASMSetLocalType", PCCompositeTypes, (PetscEnum)osm->loctype, (PetscEnum *)&loctype, &flg)… in PCSetFromOptions_ASM()
[all …]
/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c2999 PCCompositeType loctype = PC_COMPOSITE_ADDITIVE; in PCSetFromOptions_PATCH() local
3015 …, "PCPatchSetLocalComposition", PCCompositeTypes, (PetscEnum)loctype, (PetscEnum *)&loctype, &flg)… in PCSetFromOptions_PATCH()
3016 if (flg) PetscCall(PCPatchSetLocalComposition(pc, loctype)); in PCSetFromOptions_PATCH()