Lines Matching refs:section
75 PetscSection section; in SgsDDCreateDM() local
86 PetscCall(DMGetLocalSection(*dm_sgs, §ion)); in SgsDDCreateDM()
87 PetscCall(PetscSectionSetFieldName(section, 0, "")); in SgsDDCreateDM()
88 PetscCall(PetscSectionSetComponentName(section, 0, 0, "KMSubgridStressXX")); in SgsDDCreateDM()
89 PetscCall(PetscSectionSetComponentName(section, 0, 1, "KMSubgridStressYY")); in SgsDDCreateDM()
90 PetscCall(PetscSectionSetComponentName(section, 0, 2, "KMSubgridStressZZ")); in SgsDDCreateDM()
91 PetscCall(PetscSectionSetComponentName(section, 0, 3, "KMSubgridStressYZ")); in SgsDDCreateDM()
92 PetscCall(PetscSectionSetComponentName(section, 0, 4, "KMSubgridStressXZ")); in SgsDDCreateDM()
93 PetscCall(PetscSectionSetComponentName(section, 0, 5, "KMSubgridStressXY")); in SgsDDCreateDM()
324 PetscSection section; in SgsDDSetupNodalEvaluation_Sequential() local
343 PetscCall(DMGetLocalSection(sgs_dd_data->dm_dd_inputs, §ion)); in SgsDDSetupNodalEvaluation_Sequential()
344 PetscCall(PetscSectionSetFieldName(section, 0, "")); in SgsDDSetupNodalEvaluation_Sequential()
349 PetscCall(PetscSectionSetComponentName(section, 0, i, component_name)); in SgsDDSetupNodalEvaluation_Sequential()
356 PetscCall(DMGetLocalSection(sgs_dd_data->dm_dd_outputs, §ion)); in SgsDDSetupNodalEvaluation_Sequential()
357 PetscCall(PetscSectionSetFieldName(section, 0, "")); in SgsDDSetupNodalEvaluation_Sequential()
362 PetscCall(PetscSectionSetComponentName(section, 0, i, component_name)); in SgsDDSetupNodalEvaluation_Sequential()