| /honee/src/ |
| H A D | strong_boundary_conditions.c | 92 PetscInt orientation = orientation_values[o]; in SetupStrongSTG_Ceed() local 97 …sisCellToFaceCoordinateCreate(ceed, dm, face_orientation_label, orientation, orientation, &basis_x… 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 …xCeedElemRestrictionCoordinateCreate(ceed, dm, face_orientation_label, orientation, height_face, &… in SetupStrongSTG_Ceed() 106 …PetscCall(DMPlexCeedCoordinateCreateField(ceed, dm, face_orientation_label, orientation, height_ce… in SetupStrongSTG_Ceed() 110 …xCeedElemRestrictionCollocatedCreate(ceed, dm, face_orientation_label, orientation, height_face, n… in SetupStrongSTG_Ceed() 112 …xCeedElemRestrictionCollocatedCreate(ceed, dm, face_orientation_label, orientation, height_face, 1… in SetupStrongSTG_Ceed() 113 …xCeedElemRestrictionCollocatedCreate(ceed, dm, face_orientation_label, orientation, height_face, s… in SetupStrongSTG_Ceed() 115 …xCeedElemRestrictionCollocatedCreate(ceed, dm, face_orientation_label, orientation, height_face, d… in SetupStrongSTG_Ceed()
|
| H A D | bc_definition.c | 359 PetscInt orientation = orientation_values[o]; in BCDefinitionAddOperators() local 361 …PetscCall(bc_def->AddIFunctionOperator(bc_def, face_orientation_label, orientation, qf_ifunction, … in BCDefinitionAddOperators() 362 …ef->AddIJacobianOperator(bc_def, sub_op_ifunc, face_orientation_label, orientation, qf_ijacobian, … in BCDefinitionAddOperators()
|
| /honee/include/ |
| H A D | bc_definition.h | 12 …tionOperator)(BCDefinition bc_def, DMLabel orientation_label, PetscInt orientation, CeedQFunction … 15 … PetscInt orientation, CeedQFunction qf, CeedOperator op);
|
| /honee/problems/ |
| H A D | advection.c | 256 …PetscInt orientation = orientation_values[o], dm_field_q = 0, height_cell = 0, height_f… in DivDiffFluxProjectionCreateRHS_Direct_AdvDif() local 258 …PlexCeedElemRestrictionCreate(ceed, honee->dm, face_orientation_label, orientation, height_cell, d… in DivDiffFluxProjectionCreateRHS_Direct_AdvDif() 259 …dBasisCellToFaceCreate(ceed, honee->dm, face_orientation_label, orientation, orientation, dm_field… in DivDiffFluxProjectionCreateRHS_Direct_AdvDif() 260 …eedElemRestrictionCreate(ceed, projection->dm, face_orientation_label, orientation, height_face, 0, 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 D | newtonian.c | 221 …PetscInt orientation = orientation_values[o], dm_field_q = 0, height_cell = 0, height_f… in DivDiffFluxProjectionCreateRHS_Direct_NS() local 223 …PlexCeedElemRestrictionCreate(ceed, honee->dm, face_orientation_label, orientation, height_cell, d… in DivDiffFluxProjectionCreateRHS_Direct_NS() 224 …dBasisCellToFaceCreate(ceed, honee->dm, face_orientation_label, orientation, orientation, dm_field… in DivDiffFluxProjectionCreateRHS_Direct_NS() 225 …eedElemRestrictionCreate(ceed, projection->dm, face_orientation_label, orientation, height_face, 0, 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()
|