Home
last modified time | relevance | path

Searched refs:local_composition_type (Results 1 – 2 of 2) sorted by relevance

/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c386 patch->local_composition_type = type; 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/include/petsc/private/
H A Dpcpatchimpl.h82 PCCompositeType local_composition_type; /* locally additive or multiplicative? */ member