Lines Matching refs:section
209 PetscSection section; in DifferentialFilterSetup() local
224 PetscCall(DMGetLocalSection(diff_filter_->dm_filter, §ion)); in DifferentialFilterSetup()
225 PetscCall(PetscSectionSetFieldName(section, 0, "")); in DifferentialFilterSetup()
226 PetscCall(PetscSectionSetComponentName(section, 0, 0, "FilteredPhi")); in DifferentialFilterSetup()
236 PetscCall(DMGetLocalSection(diff_filter_->dm_filter, §ion)); in DifferentialFilterSetup()
237 …PetscCall(PetscSectionSetFieldName(section, diff_filter_->field_prim_state, "Filtered Primitive St… in DifferentialFilterSetup()
238 PetscCall(PetscSectionSetComponentName(section, 0, DIFF_FILTER_PRESSURE, "FilteredPressure")); in DifferentialFilterSetup()
239 … PetscCall(PetscSectionSetComponentName(section, 0, DIFF_FILTER_VELOCITY_X, "FilteredVelocityX")); in DifferentialFilterSetup()
240 … PetscCall(PetscSectionSetComponentName(section, 0, DIFF_FILTER_VELOCITY_Y, "FilteredVelocityY")); in DifferentialFilterSetup()
241 … PetscCall(PetscSectionSetComponentName(section, 0, DIFF_FILTER_VELOCITY_Z, "FilteredVelocityZ")); in DifferentialFilterSetup()
242 …PetscCall(PetscSectionSetComponentName(section, 0, DIFF_FILTER_TEMPERATURE, "FilteredTemperature")… in DifferentialFilterSetup()
243 …PetscCall(PetscSectionSetFieldName(section, diff_filter_->field_velo_prod, "Filtered Velocity Prod… in DifferentialFilterSetup()
244 …PetscCall(PetscSectionSetComponentName(section, 1, DIFF_FILTER_VELOCITY_SQUARED_XX, "FilteredVeloc… in DifferentialFilterSetup()
245 …PetscCall(PetscSectionSetComponentName(section, 1, DIFF_FILTER_VELOCITY_SQUARED_YY, "FilteredVeloc… in DifferentialFilterSetup()
246 …PetscCall(PetscSectionSetComponentName(section, 1, DIFF_FILTER_VELOCITY_SQUARED_ZZ, "FilteredVeloc… in DifferentialFilterSetup()
247 …PetscCall(PetscSectionSetComponentName(section, 1, DIFF_FILTER_VELOCITY_SQUARED_YZ, "FilteredVeloc… in DifferentialFilterSetup()
248 …PetscCall(PetscSectionSetComponentName(section, 1, DIFF_FILTER_VELOCITY_SQUARED_XZ, "FilteredVeloc… in DifferentialFilterSetup()
249 …PetscCall(PetscSectionSetComponentName(section, 1, DIFF_FILTER_VELOCITY_SQUARED_XY, "FilteredVeloc… in DifferentialFilterSetup()