Home
last modified time | relevance | path

Searched refs:face_orientation_label (Results 1 – 5 of 5) sorted by relevance

/honee/src/
H A Dstrong_boundary_conditions.c78 DMLabel face_orientation_label; in SetupStrongSTG_Ceed() local
85 PetscCall(DMGetLabel(dm, face_orientation_label_name, &face_orientation_label)); in SetupStrongSTG_Ceed()
88 …PetscCall(DMLabelCreateGlobalValueArray(dm, face_orientation_label, &num_orientations_values, &ori… in SetupStrongSTG_Ceed()
97 …PetscCall(DMPlexCeedBasisCellToFaceCoordinateCreate(ceed, dm, face_orientation_label, orientation,… in SetupStrongSTG_Ceed()
98 …PetscCall(DMPlexCeedBasisCreate(ceed, dm, face_orientation_label, orientation, height_face, dm_fie… in SetupStrongSTG_Ceed()
104 …PetscCall(DMPlexCeedElemRestrictionCreate(ceed, dm, face_orientation_label, orientation, height_fa… in SetupStrongSTG_Ceed()
105 …PetscCall(DMPlexCeedElemRestrictionCoordinateCreate(ceed, dm, face_orientation_label, orientation,… in SetupStrongSTG_Ceed()
106 …PetscCall(DMPlexCeedCoordinateCreateField(ceed, dm, face_orientation_label, orientation, height_ce… in SetupStrongSTG_Ceed()
110 …PetscCall(DMPlexCeedElemRestrictionCollocatedCreate(ceed, dm, face_orientation_label, orientation,… in SetupStrongSTG_Ceed()
112 …PetscCall(DMPlexCeedElemRestrictionCollocatedCreate(ceed, dm, face_orientation_label, orientation,… in SetupStrongSTG_Ceed()
[all …]
H A Dbc_definition.c346 DMLabel face_orientation_label; in BCDefinitionAddOperators() local
353 PetscCall(DMGetLabel(bc_def->dm, face_orientation_label_name, &face_orientation_label)); in BCDefinitionAddOperators()
356 …PetscCall(DMLabelCreateGlobalValueArray(bc_def->dm, face_orientation_label, &num_orientations_valu… in BCDefinitionAddOperators()
361 …PetscCall(bc_def->AddIFunctionOperator(bc_def, face_orientation_label, orientation, qf_ifunction, … in BCDefinitionAddOperators()
362 …ac) PetscCall(bc_def->AddIJacobianOperator(bc_def, sub_op_ifunc, face_orientation_label, orientati… in BCDefinitionAddOperators()
H A Ddiff_flux_projection.c65 DMLabel face_orientation_label; in DivDiffFluxProjectionCreate() local
69 PetscCall(DMGetLabel(honee->dm, face_orientation_label_name, &face_orientation_label)); in DivDiffFluxProjectionCreate()
70 PetscCall(DMAddLabel(projection->dm, face_orientation_label)); in DivDiffFluxProjectionCreate()
/honee/problems/
H A Dadvection.c239 DMLabel face_orientation_label; in DivDiffFluxProjectionCreateRHS_Direct_AdvDif() local
246 PetscCall(DMGetLabel(projection->dm, face_orientation_label_name, &face_orientation_label)); in DivDiffFluxProjectionCreateRHS_Direct_AdvDif()
249 …PetscCall(DMLabelCreateGlobalValueArray(projection->dm, face_orientation_label, &num_orientations_… in DivDiffFluxProjectionCreateRHS_Direct_AdvDif()
258 …PetscCall(DMPlexCeedElemRestrictionCreate(ceed, honee->dm, face_orientation_label, orientation, he… in DivDiffFluxProjectionCreateRHS_Direct_AdvDif()
259 …PetscCall(DMPlexCeedBasisCellToFaceCreate(ceed, honee->dm, face_orientation_label, orientation, or… in DivDiffFluxProjectionCreateRHS_Direct_AdvDif()
260 …PetscCall(DMPlexCeedElemRestrictionCreate(ceed, projection->dm, face_orientation_label, orientatio… in DivDiffFluxProjectionCreateRHS_Direct_AdvDif()
262 …PetscCall(DMPlexCeedBasisCreate(ceed, projection->dm, face_orientation_label, orientation, height_… in DivDiffFluxProjectionCreateRHS_Direct_AdvDif()
263 …PetscCall(QDataBoundaryGradientGet(ceed, honee->dm, face_orientation_label, orientation, &elem_res… in DivDiffFluxProjectionCreateRHS_Direct_AdvDif()
H A Dnewtonian.c204 DMLabel face_orientation_label; in DivDiffFluxProjectionCreateRHS_Direct_NS() local
211 PetscCall(DMGetLabel(projection->dm, face_orientation_label_name, &face_orientation_label)); in DivDiffFluxProjectionCreateRHS_Direct_NS()
214 …PetscCall(DMLabelCreateGlobalValueArray(projection->dm, face_orientation_label, &num_orientations_… in DivDiffFluxProjectionCreateRHS_Direct_NS()
223 …PetscCall(DMPlexCeedElemRestrictionCreate(ceed, honee->dm, face_orientation_label, orientation, he… in DivDiffFluxProjectionCreateRHS_Direct_NS()
224 …PetscCall(DMPlexCeedBasisCellToFaceCreate(ceed, honee->dm, face_orientation_label, orientation, or… in DivDiffFluxProjectionCreateRHS_Direct_NS()
225 …PetscCall(DMPlexCeedElemRestrictionCreate(ceed, projection->dm, face_orientation_label, orientatio… in DivDiffFluxProjectionCreateRHS_Direct_NS()
227 …PetscCall(DMPlexCeedBasisCreate(ceed, projection->dm, face_orientation_label, orientation, height_… in DivDiffFluxProjectionCreateRHS_Direct_NS()
228 …PetscCall(QDataBoundaryGradientGet(ceed, honee->dm, face_orientation_label, orientation, &elem_res… in DivDiffFluxProjectionCreateRHS_Direct_NS()