Searched refs:local_composition_type (Results 1 – 2 of 2) sorted by relevance
386 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 …]
82 PCCompositeType local_composition_type; /* locally additive or multiplicative? */ member