Home
last modified time | relevance | path

Searched refs:section (Results 1 – 18 of 18) sorted by relevance

/honee/src/spanstats/
H A Dturbulence.c165 PetscSection section; in SpanwiseStatisticsSetup_Turbulence() local
167 PetscCall(DMGetLocalSection(spanstats->dm, &section)); in SpanwiseStatisticsSetup_Turbulence()
168 PetscCall(PetscSectionSetFieldName(section, 0, "")); in SpanwiseStatisticsSetup_Turbulence()
169 PetscCall(PetscSectionSetComponentName(section, 0, TURB_MEAN_DENSITY, "MeanDensity")); in SpanwiseStatisticsSetup_Turbulence()
170 PetscCall(PetscSectionSetComponentName(section, 0, TURB_MEAN_PRESSURE, "MeanPressure")); in SpanwiseStatisticsSetup_Turbulence()
171 …PetscCall(PetscSectionSetComponentName(section, 0, TURB_MEAN_PRESSURE_SQUARED, "MeanPressureSquare… in SpanwiseStatisticsSetup_Turbulence()
172 …PetscCall(PetscSectionSetComponentName(section, 0, TURB_MEAN_PRESSURE_VELOCITY_X, "MeanPressureVel… in SpanwiseStatisticsSetup_Turbulence()
173 …PetscCall(PetscSectionSetComponentName(section, 0, TURB_MEAN_PRESSURE_VELOCITY_Y, "MeanPressureVel… in SpanwiseStatisticsSetup_Turbulence()
174 …PetscCall(PetscSectionSetComponentName(section, 0, TURB_MEAN_PRESSURE_VELOCITY_Z, "MeanPressureVel… in SpanwiseStatisticsSetup_Turbulence()
175 …PetscCall(PetscSectionSetComponentName(section, 0, TURB_MEAN_DENSITY_TEMPERATURE, "MeanDensityTemp… in SpanwiseStatisticsSetup_Turbulence()
[all …]
H A Dcflpe.c163 PetscSection section; in SpanwiseStatisticsSetup_CflPe() local
165 PetscCall(DMGetLocalSection(spanstats->dm, &section)); in SpanwiseStatisticsSetup_CflPe()
166 PetscCall(PetscSectionSetFieldName(section, 0, "")); in SpanwiseStatisticsSetup_CflPe()
167 PetscCall(PetscSectionSetComponentName(section, 0, 0, "MeanCFL")); in SpanwiseStatisticsSetup_CflPe()
168 PetscCall(PetscSectionSetComponentName(section, 0, 1, "MeanCFLSquared")); in SpanwiseStatisticsSetup_CflPe()
169 PetscCall(PetscSectionSetComponentName(section, 0, 2, "MeanCFLCubed")); in SpanwiseStatisticsSetup_CflPe()
170 PetscCall(PetscSectionSetComponentName(section, 0, 3, "MeanPe")); in SpanwiseStatisticsSetup_CflPe()
171 PetscCall(PetscSectionSetComponentName(section, 0, 4, "MeanPeSquared")); in SpanwiseStatisticsSetup_CflPe()
172 PetscCall(PetscSectionSetComponentName(section, 0, 5, "MeanPeCubed")); in SpanwiseStatisticsSetup_CflPe()
/honee/src/
H A Dvelocity_gradient_projection.c13 PetscSection section; in VelocityGradientProjectionCreateDM() local
25 PetscCall(DMGetLocalSection(grad_velo_proj->dm, &section)); in VelocityGradientProjectionCreateDM()
26 PetscCall(PetscSectionSetFieldName(section, 0, "")); in VelocityGradientProjectionCreateDM()
27 PetscCall(PetscSectionSetComponentName(section, 0, 0, "VelocityGradientXX")); in VelocityGradientProjectionCreateDM()
28 PetscCall(PetscSectionSetComponentName(section, 0, 1, "VelocityGradientXY")); in VelocityGradientProjectionCreateDM()
29 PetscCall(PetscSectionSetComponentName(section, 0, 2, "VelocityGradientXZ")); in VelocityGradientProjectionCreateDM()
30 PetscCall(PetscSectionSetComponentName(section, 0, 3, "VelocityGradientYX")); in VelocityGradientProjectionCreateDM()
31 PetscCall(PetscSectionSetComponentName(section, 0, 4, "VelocityGradientYY")); in VelocityGradientProjectionCreateDM()
32 PetscCall(PetscSectionSetComponentName(section, 0, 5, "VelocityGradientYZ")); in VelocityGradientProjectionCreateDM()
33 PetscCall(PetscSectionSetComponentName(section, 0, 6, "VelocityGradientZX")); in VelocityGradientProjectionCreateDM()
[all …]
H A Dgrid_anisotropy_tensor.c24 PetscSection section; in GridAnisotropyTensorProjectionSetupApply() local
35 PetscCall(DMGetLocalSection(grid_aniso_proj->dm, &section)); in GridAnisotropyTensorProjectionSetupApply()
36 PetscCall(PetscSectionSetFieldName(section, 0, "")); in GridAnisotropyTensorProjectionSetupApply()
37 PetscCall(PetscSectionSetComponentName(section, 0, 0, "KMGridAnisotropyTensorXX")); in GridAnisotropyTensorProjectionSetupApply()
38 PetscCall(PetscSectionSetComponentName(section, 0, 1, "KMGridAnisotropyTensorYY")); in GridAnisotropyTensorProjectionSetupApply()
39 PetscCall(PetscSectionSetComponentName(section, 0, 2, "KMGridAnisotropyTensorZZ")); in GridAnisotropyTensorProjectionSetupApply()
40 PetscCall(PetscSectionSetComponentName(section, 0, 3, "KMGridAnisotropyTensorYZ")); in GridAnisotropyTensorProjectionSetupApply()
41 PetscCall(PetscSectionSetComponentName(section, 0, 4, "KMGridAnisotropyTensorXZ")); in GridAnisotropyTensorProjectionSetupApply()
42 PetscCall(PetscSectionSetComponentName(section, 0, 5, "KMGridAnisotropyTensorXY")); in GridAnisotropyTensorProjectionSetupApply()
43 PetscCall(PetscSectionSetComponentName(section, 0, 6, "GridAnisotropyTensorFrobNorm")); in GridAnisotropyTensorProjectionSetupApply()
H A Ddifferential_filter.c209 PetscSection section; in DifferentialFilterSetup() local
224 PetscCall(DMGetLocalSection(diff_filter_->dm_filter, &section)); 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, &section)); 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()
[all …]
H A Dsetupdm.c113 PetscSection section; in SetUpDM() local
114 PetscCall(DMGetLocalSection(dm, &section)); in SetUpDM()
115 PetscCall(PetscSectionSetFieldName(section, 0, "")); in SetUpDM()
117 PetscCall(PetscSectionSetComponentName(section, 0, i, problem->component_names[i])); in SetUpDM()
H A Dboundary_condition.c143 PetscSection section; in HoneeBCCreateIFunctionQF() local
145 PetscCall(DMGetLocalSection(dm, &section)); in HoneeBCCreateIFunctionQF()
146 PetscCall(PetscSectionGetFieldComponents(section, bc_def->dm_field, &num_comp_q)); in HoneeBCCreateIFunctionQF()
191 PetscSection section; in HoneeBCCreateIJacobianQF() local
193 PetscCall(DMGetLocalSection(dm, &section)); in HoneeBCCreateIJacobianQF()
194 PetscCall(PetscSectionGetFieldComponents(section, bc_def->dm_field, &num_comp_q)); in HoneeBCCreateIJacobianQF()
H A Ddm-utils.c540 PetscSection section; in GetClosurePermutationAndFieldOffsetAtDepth() local
546 PetscCall(DMGetLocalSection(dm, &section)); in GetClosurePermutationAndFieldOffsetAtDepth()
547 PetscCall(PetscSectionGetNumFields(section, &num_fields)); in GetClosurePermutationAndFieldOffsetAtDepth()
556 PetscCall(PetscSectionGetFieldComponents(section, f, &num_components)); in GetClosurePermutationAndFieldOffsetAtDepth()
572 … PetscCall(PetscSectionGetClosurePermutation(section, (PetscObject)dm, depth, size, permutation)); in GetClosurePermutationAndFieldOffsetAtDepth()
1359 PetscSection section; in DMGetFieldNumComps() local
1362 PetscCall(DMGetLocalSection(dm, &section)); in DMGetFieldNumComps()
1363 PetscCall(PetscSectionGetFieldComponents(section, field, num_comp)); in DMGetFieldNumComps()
H A Dsetupts.c77 PetscSection section; in Surface_Forces_NS() local
90 PetscCall(DMGetLocalSection(dm, &section)); in Surface_Forces_NS()
91 PetscCall(PetscSectionGetFieldComponents(section, 0, &num_comp)); in Surface_Forces_NS()
100 PetscCall(PetscSectionGetDof(section, p, &dof)); in Surface_Forces_NS()
/honee/src/smartsim/
H A Dsgs_dd_training.c61 PetscSection section; in SGS_DD_TrainingCreateDM() local
72 PetscCall(DMGetLocalSection(*dm_dd_training, &section)); in SGS_DD_TrainingCreateDM()
73 PetscCall(PetscSectionSetFieldName(section, 0, "Data-Driven SGS Training Data")); in SGS_DD_TrainingCreateDM()
74 PetscCall(PetscSectionSetComponentName(section, 0, 0, "SGSInput1")); in SGS_DD_TrainingCreateDM()
75 PetscCall(PetscSectionSetComponentName(section, 0, 1, "SGSInput2")); in SGS_DD_TrainingCreateDM()
76 PetscCall(PetscSectionSetComponentName(section, 0, 2, "SGSInput3")); in SGS_DD_TrainingCreateDM()
77 PetscCall(PetscSectionSetComponentName(section, 0, 3, "SGSInput4")); in SGS_DD_TrainingCreateDM()
78 PetscCall(PetscSectionSetComponentName(section, 0, 4, "SGSInput5")); in SGS_DD_TrainingCreateDM()
79 PetscCall(PetscSectionSetComponentName(section, 0, 5, "SGSInput6")); in SGS_DD_TrainingCreateDM()
80 PetscCall(PetscSectionSetComponentName(section, 0, 6, "FilteredSGSXX")); in SGS_DD_TrainingCreateDM()
[all …]
/honee/problems/
H A Dnewtonian.c576 PetscSection section; in NS_NEWTONIAN_IG() local
580 PetscCall(DMGetLocalSection(projection->dm, &section)); in NS_NEWTONIAN_IG()
583 PetscCall(PetscSectionSetFieldName(section, 0, "")); in NS_NEWTONIAN_IG()
584 PetscCall(PetscSectionSetComponentName(section, 0, 0, "DivDiffusiveFlux_MomentumX")); in NS_NEWTONIAN_IG()
585 PetscCall(PetscSectionSetComponentName(section, 0, 1, "DivDiffusiveFlux_MomentumY")); in NS_NEWTONIAN_IG()
586 PetscCall(PetscSectionSetComponentName(section, 0, 2, "DivDiffusiveFlux_MomentumZ")); in NS_NEWTONIAN_IG()
587 PetscCall(PetscSectionSetComponentName(section, 0, 3, "DivDiffusiveFlux_Energy")); in NS_NEWTONIAN_IG()
590 PetscCall(PetscSectionSetFieldName(section, 0, "")); in NS_NEWTONIAN_IG()
591 PetscCall(PetscSectionSetComponentName(section, 0, 0, "DiffusiveFlux_MomentumXX")); in NS_NEWTONIAN_IG()
592 PetscCall(PetscSectionSetComponentName(section, 0, 1, "DiffusiveFlux_MomentumXY")); in NS_NEWTONIAN_IG()
[all …]
H A Dsgs_dd_model.c75 PetscSection section; in SgsDDCreateDM() local
86 PetscCall(DMGetLocalSection(*dm_sgs, &section)); 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
[all …]
H A Dadvection.c574 PetscSection section; in NS_ADVECTION() local
578 PetscCall(DMGetLocalSection(projection->dm, &section)); in NS_ADVECTION()
581 PetscCall(PetscSectionSetFieldName(section, 0, "")); in NS_ADVECTION()
582 PetscCall(PetscSectionSetComponentName(section, 0, 0, "DivDiffusiveFlux_Scalar")); in NS_ADVECTION()
585 PetscCall(PetscSectionSetFieldName(section, 0, "")); in NS_ADVECTION()
586 PetscCall(PetscSectionSetComponentName(section, 0, 0, "DiffusiveFlux_ScalarX")); in NS_ADVECTION()
587 PetscCall(PetscSectionSetComponentName(section, 0, 1, "DiffusiveFlux_ScalarY")); in NS_ADVECTION()
588 … if (dim >= 3) PetscCall(PetscSectionSetComponentName(section, 0, 2, "DiffusiveFlux_ScalarZ")); in NS_ADVECTION()
/honee/
H A DDoxyfile156 # doxygen will generate a detailed section even if there is only a brief
436 # type (e.g. under the Public Functions section). Set it to NO to prevent
445 # instead of on a separate page (for HTML and Man pages) or section (for LaTeX
459 # Man pages) or section (for LaTeX and RTF).
556 # which are defined in the implementation section but not in the interface are
582 # section is generated. This option has no effect if EXTRACT_ALL is enabled.
811 # will be used as the name of the layout file. See also section "Changing the
1303 # and then modify the file new_header.html. See also section "Doxygen usage"
1317 # section "Doxygen usage" for information on how to generate the default footer
1326 # See also section "Doxygen usage" for information on how to generate the style
[all …]
H A DCONTRIBUTING.md59 … of HONEE (versus creation of new features in HONEE), but see the citing section and use your judg…
H A DLICENSE-APACHE76 (except as stated in this section) patent license to make, have made,
/honee/doc/
H A Dexamples.md477 …l conditions are $P=1$, $\rho=1$ for the driver section and $P=0.1$, $\rho=0.125$ for the driven s…
H A Dauxiliary.md2 This section documents functionality that is not apart of the core PDE solver, but is used for othe…