Searched refs:PC_COMPOSITE_MULTIPLICATIVE (Results 1 – 11 of 11) sorted by relevance
222 PC_COMPOSITE_MULTIPLICATIVE, enumerator
385 …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 …]
387 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()
467 PetscCall(PCCompositeSetType(pc, PC_COMPOSITE_MULTIPLICATIVE)); in main()
325 } else if (type == PC_COMPOSITE_MULTIPLICATIVE || type == PC_COMPOSITE_SYMMETRIC_MULTIPLICATIVE) { in PCCompositeSetType_Composite()
91 PC_COMPOSITE_MULTIPLICATIVE
108 MULTIPLICATIVE = PC_COMPOSITE_MULTIPLICATIVE
792 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()
869 mb->type = PC_COMPOSITE_MULTIPLICATIVE; in SNESCreate_Multiblock()
929 PetscCall(PCCompositeSetType(ipc, PC_COMPOSITE_MULTIPLICATIVE)); in PCSetUp_MG()
1679 PCCompositeSetType(pc,PC_COMPOSITE_MULTIPLICATIVE);