Home
last modified time | relevance | path

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

/honee/include/
H A Ddm-utils.h8 …e(Ceed ceed, DM dm, DMLabel domain_label, PetscInt label_value, PetscInt height, PetscInt dm_field,
17 …e(Ceed ceed, DM dm, DMLabel domain_label, PetscInt label_value, PetscInt height, PetscInt dm_field,
24 …ate(Ceed ceed, DM dm, DMLabel domain_label, PetscInt label_value, PetscInt face, PetscInt dm_field,
H A Dbc_definition.h26 PetscInt num_label_values, *label_values, dm_field; member
H A Dnavierstokes.h306 …y(Ceed ceed, DM dm, DMLabel domain_label, PetscInt label_value, PetscInt height, PetscInt dm_field,
/honee/src/
H A Ddm-utils.c23 PetscErrorCode DMFieldToDSField(DM dm, DMLabel domain_label, PetscInt dm_field, PetscInt *ds_field)… in DMFieldToDSField() argument
34 if (dm_field == fields[i]) { in DMFieldToDSField()
41 …Comm((PetscObject)dm), PETSC_ERR_SUP, "Could not find dm_field %" PetscInt_FMT " in DS", dm_field); in DMFieldToDSField()
80 …e(Ceed ceed, DM dm, DMLabel domain_label, PetscInt label_value, PetscInt height, PetscInt dm_field, in DMPlexCeedElemRestrictionCreate() argument
92 label_name ? label_name : "NONE", label_value, height, dm_field)); in DMPlexCeedElemRestrictionCreate()
105 …PetscCall(DMPlexGetLocalOffsets(dm, domain_label, label_value, height, dm_field, &num_elem, &elem_… in DMPlexCeedElemRestrictionCreate()
168 PetscInt num_elem, num_qpts, dm_field = 0; in DMPlexCeedElemRestrictionStridedCreate() local
207 PetscCall(DMFieldToDSField(dm, domain_label, dm_field, &ds_field)); in DMPlexCeedElemRestrictionStridedCreate()
223 PetscCall(DMFieldToDSField(dm, domain_label, dm_field, &ds_field)); in DMPlexCeedElemRestrictionStridedCreate()
764 …e(Ceed ceed, DM dm, DMLabel domain_label, PetscInt label_value, PetscInt height, PetscInt dm_field, in DMPlexCeedBasisCreate() argument
[all …]
H A Dboundary_condition.c146 PetscCall(PetscSectionGetFieldComponents(section, bc_def->dm_field, &num_comp_q)); in HoneeBCCreateIFunctionQF()
194 PetscCall(PetscSectionGetFieldComponents(section, bc_def->dm_field, &num_comp_q)); in HoneeBCCreateIJacobianQF()
239 PetscCall(DMGetFieldNumComps(dm, bc_def->dm_field, &num_comp_q)); in HoneeBCAddIFunctionOp()
241 …PetscCall(DMPlexCeedBasisCreate(ceed, dm, domain_label, label_value, height, bc_def->dm_field, &ba… in HoneeBCAddIFunctionOp()
242 …emRestrictionCreate(ceed, dm, domain_label, label_value, height, bc_def->dm_field, &elem_restr_q)); in HoneeBCAddIFunctionOp()
308 PetscCall(DMGetFieldNumComps(dm, bc_def->dm_field, &num_comp_q)); in HoneeBCAddIJacobianOp()
H A Dstrong_boundary_conditions.c20 const PetscInt dm_field = 0, height_face = 1, height_cell = 0; in SetupStrongSTG_Ceed() local
35 …sisCreate(ceed, dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, height_face, dm_field, &basis_q_face)); in SetupStrongSTG_Ceed()
36 …ate(ceed, dm_coord, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, height_face, dm_field, &basis_x_face)); in SetupStrongSTG_Ceed()
98 …dBasisCreate(ceed, dm, face_orientation_label, orientation, height_face, dm_field, &basis_q_face)); in SetupStrongSTG_Ceed()
104 …ctionCreate(ceed, dm, face_orientation_label, orientation, height_face, dm_field, &elem_restr_q_fa… in SetupStrongSTG_Ceed()
H A Ddiff_flux_projection.c24 …PetscInt height = 0, dm_field = 0, dim, degree = honee->app_ctx->degree, q_extra … in DivDiffFluxProjectionCreate() local
50 …ictionCreate(honee->ceed, projection->dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, height, dm_field, in DivDiffFluxProjectionCreate()
54 …dBasisCreate(honee->ceed, projection->dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, height, dm_field, in DivDiffFluxProjectionCreate()
205 PetscInt height = 0, dm_field = 0; in DivDiffFluxProjectionSetup_Indirect() local
207 …e(ceed, projection->dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, height, dm_field, &elem_restr_diff… in DivDiffFluxProjectionSetup_Indirect()
208 …e(ceed, projection->dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, height, dm_field, &basis_diff_flux… in DivDiffFluxProjectionSetup_Indirect()
H A Dinverse_multiplicity.c23 …y(Ceed ceed, DM dm, DMLabel domain_label, PetscInt label_value, PetscInt height, PetscInt dm_field, in GetInverseMultiplicity() argument
38 …PetscCall(DMPlexCeedElemRestrictionCreate(ceed, dm, domain_label, label_value, height, dm_field, &… in GetInverseMultiplicity()
H A Ddifferential_filter.c70 for (PetscInt dm_field = 0; dm_field < diff_filter->num_filtered_fields; dm_field++) { in DifferentialFilterCreateOperators() local
75 …Create(ceed, dm_filter, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, height, dm_field, &elem_restr_filt… in DifferentialFilterCreateOperators()
76 …sCreate(ceed, dm_filter, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, height, dm_field, &basis_filter)); in DifferentialFilterCreateOperators()
78 PetscCall(PetscSNPrintf(field_name, PETSC_MAX_PATH_LEN, "v%" PetscInt_FMT, dm_field)); in DifferentialFilterCreateOperators()
H A Dvelocity_gradient_projection.c45 PetscInt dim, height = 0, dm_field = 0, num_comp_input; in VelocityGradientProjectionSetup() local
55 …strictionCreate(ceed, grad_velo_proj->dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, height, dm_field, in VelocityGradientProjectionSetup()
57 …ed, grad_velo_proj->dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, height, dm_field, &basis_grad_velo… in VelocityGradientProjectionSetup()
H A Dgrid_anisotropy_tensor.c18 PetscInt height = 0, dm_field = 0; in GridAnisotropyTensorProjectionSetupApply() local
47 …trictionCreate(ceed, grid_aniso_proj->dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, height, dm_field, in GridAnisotropyTensorProjectionSetupApply()
49 …d, grid_aniso_proj->dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, height, dm_field, &basis_grid_anis… in GridAnisotropyTensorProjectionSetupApply()
H A Dsetuplibceed.c110 PetscInt height = 0, dm_field = 0; in SetupLibceed() local
114 …PlexCeedBasisCreate(ceed, dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, height, dm_field, &basis_q)); in SetupLibceed()
H A Dbc_definition.c107 PetscCall(PetscViewerASCIIPrintf(viewer, "DM Field: %" PetscInt_FMT "\n", bc_def->dm_field)); in BCDefinitionView()
/honee/problems/
H A Dsgs_dd_model.c122 PetscInt height = 0, dm_field = 0; in SgsDDSetupNodalEvaluation_Fused() local
140 …d, sgs_dd_data->dm_sgs, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, height, dm_field, &elem_restr_sgs)… in SgsDDSetupNodalEvaluation_Fused()
143 …y(ceed, sgs_dd_data->dm_sgs, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, height, dm_field, PETSC_FALSE, in SgsDDSetupNodalEvaluation_Fused()
319 PetscInt height = 0, dm_field = 0; in SgsDDSetupNodalEvaluation_Sequential() local
379 …d, sgs_dd_data->dm_sgs, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, height, dm_field, &elem_restr_sgs)… in SgsDDSetupNodalEvaluation_Sequential()
385 …onCreate(ceed, sgs_dd_data->dm_dd_inputs, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, height, dm_field, in SgsDDSetupNodalEvaluation_Sequential()
387 …nCreate(ceed, sgs_dd_data->dm_dd_outputs, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, height, dm_field, in SgsDDSetupNodalEvaluation_Sequential()
390 …y(ceed, sgs_dd_data->dm_sgs, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, height, dm_field, PETSC_FALSE, in SgsDDSetupNodalEvaluation_Sequential()
508 PetscInt height = 0, dm_field = 0; in SgsSetupNodalIFunction() local
511 …(ceed, sgs_dd_data->dm_sgs, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, height, dm_field, &basis_sgs)); in SgsSetupNodalIFunction()
H A Dadvection.c306 PetscInt height = 0, dm_field = 0; in DivDiffFluxProjectionCreateRHS_Indirect_AdvDif() local
324 …e(ceed, projection->dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, height, dm_field, &elem_restr_diff… in DivDiffFluxProjectionCreateRHS_Indirect_AdvDif()
325 …e(ceed, projection->dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, height, dm_field, &basis_diff_flux… in DivDiffFluxProjectionCreateRHS_Indirect_AdvDif()
H A Dnewtonian.c272 PetscInt height = 0, dm_field = 0; in DivDiffFluxProjectionCreateRHS_Indirect_NS() local
289 …e(ceed, projection->dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, height, dm_field, &elem_restr_diff… in DivDiffFluxProjectionCreateRHS_Indirect_NS()
290 …e(ceed, projection->dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, height, dm_field, &basis_diff_flux… in DivDiffFluxProjectionCreateRHS_Indirect_NS()
/honee/src/smartsim/
H A Dsgs_dd_training.c97 PetscInt height = 0, dm_field = 0; in SetupTrainingDataCalculation() local
103 …reate(ceed, sgs_dd_train->dm_dd_training, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, height, dm_field, in SetupTrainingDataCalculation()
105 …sgs_dd_train->dm_dd_training, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, height, dm_field, PETSC_TRUE, in SetupTrainingDataCalculation()
/honee/src/spanstats/
H A Dspanstats.c182 PetscInt height = 0, dm_field = 0; in SpanwiseStatisticsSetupDataCreate() local
189 …DMPlexCeedElemRestrictionCreate(ceed, dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, height, dm_field, in SpanwiseStatisticsSetupDataCreate()
196 …edBasisCreate(ceed, dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, height, dm_field, &(*stats_setup_d… in SpanwiseStatisticsSetupDataCreate()