Home
last modified time | relevance | path

Searched refs:PC_COMPOSITE_MULTIPLICATIVE (Results 1 – 11 of 11) sorted by relevance

/petsc/include/
H A Dpetscpctypes.h222 PC_COMPOSITE_MULTIPLICATIVE, enumerator
/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c385 …PetscCheck(type == PC_COMPOSITE_ADDITIVE || type == PC_COMPOSITE_MULTIPLICATIVE, PetscObjectComm((… in PCPatchSetLocalComposition()
1249 if (patch->local_composition_type == PC_COMPOSITE_MULTIPLICATIVE) { in PCPatchCreateCellPatchDiscretisationInfo()
1410 if (patch->local_composition_type == PC_COMPOSITE_MULTIPLICATIVE) { in PCPatchCreateCellPatchDiscretisationInfo()
1443 if (patch->local_composition_type == PC_COMPOSITE_MULTIPLICATIVE) { in PCPatchCreateCellPatchDiscretisationInfo()
1461 if (patch->local_composition_type == PC_COMPOSITE_MULTIPLICATIVE) { in PCPatchCreateCellPatchDiscretisationInfo()
1503 if (patch->local_composition_type == PC_COMPOSITE_MULTIPLICATIVE) { in PCPatchCreateCellPatchDiscretisationInfo()
1528 if (patch->local_composition_type == PC_COMPOSITE_MULTIPLICATIVE) { in PCPatchCreateCellPatchDiscretisationInfo()
1558 if (patch->local_composition_type == PC_COMPOSITE_MULTIPLICATIVE) { in PCPatchCreateCellPatchDiscretisationInfo()
1604 if (patch->local_composition_type == PC_COMPOSITE_MULTIPLICATIVE) { in PCPatchCreateCellPatchDiscretisationInfo()
1621 …if (patch->local_composition_type == PC_COMPOSITE_MULTIPLICATIVE) PetscCall(PetscArraycpy(asmArray… in PCPatchCreateCellPatchDiscretisationInfo()
[all …]
/petsc/src/ksp/pc/impls/asm/
H A Dasm.c387 if (osm->loctype == PC_COMPOSITE_MULTIPLICATIVE) { in PCSetUp_ASM()
446 …PetscCheck(osm->loctype == PC_COMPOSITE_MULTIPLICATIVE || osm->loctype == PC_COMPOSITE_ADDITIVE, P… in PCApply_ASM()
480 if (osm->loctype == PC_COMPOSITE_MULTIPLICATIVE) { in PCApply_ASM()
517 …PetscCheck(osm->loctype == PC_COMPOSITE_MULTIPLICATIVE || osm->loctype == PC_COMPOSITE_ADDITIVE, P… in PCMatApply_ASM_Private()
677 …if (osm->loctype == PC_COMPOSITE_MULTIPLICATIVE) PetscCall(MatDestroyMatrices(osm->n_local_true, &… in PCReset_ASM()
867 …PetscCheck(type == PC_COMPOSITE_ADDITIVE || type == PC_COMPOSITE_MULTIPLICATIVE, PetscObjectComm((… in PCASMSetLocalType_ASM()
/petsc/src/ksp/ksp/tutorials/
H A Dex71.c467 PetscCall(PCCompositeSetType(pc, PC_COMPOSITE_MULTIPLICATIVE)); in main()
/petsc/src/ksp/pc/impls/composite/
H A Dcomposite.c325 } else if (type == PC_COMPOSITE_MULTIPLICATIVE || type == PC_COMPOSITE_SYMMETRIC_MULTIPLICATIVE) { in PCCompositeSetType_Composite()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscpc.pxi91 PC_COMPOSITE_MULTIPLICATIVE
H A DPC.pyx108 MULTIPLICATIVE = PC_COMPOSITE_MULTIPLICATIVE
/petsc/src/ksp/pc/impls/fieldsplit/
H A Dfieldsplit.c792 if (nsplit == 2 && jac->type == PC_COMPOSITE_MULTIPLICATIVE) { in PCSetUp_FieldSplit()
1711 } else if (jac->type == PC_COMPOSITE_MULTIPLICATIVE && jac->nsplits == 2) { in PCApply_FieldSplit()
1737 …} else if (jac->type == PC_COMPOSITE_MULTIPLICATIVE || jac->type == PC_COMPOSITE_SYMMETRIC_MULTIPL… in PCApply_FieldSplit()
1799 } else if (jac->type == PC_COMPOSITE_MULTIPLICATIVE && jac->nsplits == 2) { in PCMatApply_FieldSplit()
1818 …} else if (jac->type == PC_COMPOSITE_MULTIPLICATIVE || jac->type == PC_COMPOSITE_SYMMETRIC_MULTIPL… in PCMatApply_FieldSplit()
3697 jac->type = PC_COMPOSITE_MULTIPLICATIVE; in PCCreate_FieldSplit()
/petsc/src/snes/impls/multiblock/
H A Dmultiblock.c869 mb->type = PC_COMPOSITE_MULTIPLICATIVE; in SNESCreate_Multiblock()
/petsc/src/ksp/pc/impls/mg/
H A Dmg.c929 PetscCall(PCCompositeSetType(ipc, PC_COMPOSITE_MULTIPLICATIVE)); in PCSetUp_MG()
/petsc/doc/manual/
H A Dksp.md1679 PCCompositeSetType(pc,PC_COMPOSITE_MULTIPLICATIVE);