Home
last modified time | relevance | path

Searched refs:PC_COMPOSITE_ADDITIVE (Results 1 – 10 of 10) sorted by relevance

/petsc/src/ksp/ksp/tests/
H A Dex55.c57 PetscCall(PCCompositeSetType(pc, PC_COMPOSITE_ADDITIVE)); in main()
/petsc/include/
H A Dpetscpctypes.h221 PC_COMPOSITE_ADDITIVE, enumerator
/petsc/src/ksp/ksp/tutorials/
H A Dex60.c169 PetscCall(PCCompositeSetType(pc, PC_COMPOSITE_ADDITIVE)); in main()
/petsc/src/ksp/pc/impls/asm/
H A Dasm.c36 …if (osm->loctype != PC_COMPOSITE_ADDITIVE) PetscCall(PetscViewerASCIIPrintf(viewer, " Additive Sc… in PCView_ASM()
315 …if (osm->is_local && osm->type != PC_ASM_BASIC && osm->loctype == PC_COMPOSITE_ADDITIVE) PetscCall… in PCSetUp_ASM()
446 …PetscCheck(osm->loctype == PC_COMPOSITE_MULTIPLICATIVE || osm->loctype == PC_COMPOSITE_ADDITIVE, P… in PCApply_ASM()
517 …PetscCheck(osm->loctype == PC_COMPOSITE_MULTIPLICATIVE || osm->loctype == PC_COMPOSITE_ADDITIVE, P… in PCMatApply_ASM_Private()
592 …PetscCheck(osm->n_local_true <= 1 || osm->loctype == PC_COMPOSITE_ADDITIVE, PetscObjectComm((Petsc… in PCApplyTranspose_ASM()
867 …PetscCheck(type == PC_COMPOSITE_ADDITIVE || type == PC_COMPOSITE_MULTIPLICATIVE, PetscObjectComm((… in PCASMSetLocalType_ASM()
1306 osm->loctype = PC_COMPOSITE_ADDITIVE; in PCCreate_ASM()
/petsc/src/ksp/pc/impls/composite/
H A Dcomposite.c322 if (type == PC_COMPOSITE_ADDITIVE) { in PCCompositeSetType_Composite()
646 jac->type = PC_COMPOSITE_ADDITIVE; in PCCreate_Composite()
/petsc/src/snes/impls/multiblock/
H A Dmultiblock.c261 if (jac->type != PC_COMPOSITE_ADDITIVE && jac->type != PC_COMPOSITE_SCHUR) { in SNESSetUp_Multiblock()
488 if (mb->type == PC_COMPOSITE_ADDITIVE) { in SNESSolve_Multiblock()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscpc.pxi90 PC_COMPOSITE_ADDITIVE
H A DPC.pyx107 ADDITIVE = PC_COMPOSITE_ADDITIVE
/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c385 …PetscCheck(type == PC_COMPOSITE_ADDITIVE || type == PC_COMPOSITE_MULTIPLICATIVE, PetscObjectComm((… in PCPatchSetLocalComposition()
2652 if (patch->local_composition_type == PC_COMPOSITE_ADDITIVE) { in PCSetUp_PATCH()
2999 PCCompositeType loctype = PC_COMPOSITE_ADDITIVE; in PCSetFromOptions_PATCH()
3196 patch->local_composition_type = PC_COMPOSITE_ADDITIVE; in PCCreate_Patch()
/petsc/src/ksp/pc/impls/fieldsplit/
H A Dfieldsplit.c788 …if (jac->type != PC_COMPOSITE_ADDITIVE && jac->type != PC_COMPOSITE_SCHUR && jac->type != PC_COMPO… in PCSetUp_FieldSplit()
1686 if (jac->type == PC_COMPOSITE_ADDITIVE) { in PCApply_FieldSplit()
1789 if (jac->type == PC_COMPOSITE_ADDITIVE) { in PCMatApply_FieldSplit()
1994 if (jac->type == PC_COMPOSITE_ADDITIVE) { in PCApplyTranspose_FieldSplit()