Searched refs:loctype (Results 1 – 3 of 3) sorted by relevance
| /petsc/include/petsc/private/ |
| H A D | pcasmimpl.h | 22 PCCompositeType loctype; /* the type of composition for local solves */ member
|
| /petsc/src/ksp/pc/impls/asm/ |
| H A D | asm.c | 36 …loctype != 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() 446 …loctype == PC_COMPOSITE_MULTIPLICATIVE || osm->loctype == PC_COMPOSITE_ADDITIVE, PetscObjectComm((… in PCApply_ASM() 480 if (osm->loctype == PC_COMPOSITE_MULTIPLICATIVE) { in PCApply_ASM() 517 …loctype == 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 D | pcpatch.c | 2999 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()
|