Searched full:faces (Results 1 – 15 of 15) sorted by relevance
| /honee/src/ |
| H A D | honee-meshtransform.c | 82 PetscInt nmax = 3, faces[3]; in HoneeMeshTransform_PlateMesh() local 83 PetscCall(PetscOptionsGetIntArray(NULL, NULL, "-dm_plex_box_faces", faces, &nmax, NULL)); in HoneeMeshTransform_PlateMesh() 85 const PetscReal dybox = domain_size[1] / faces[1]; in HoneeMeshTransform_PlateMesh() 92 PetscReal logdy = (log(domain_max[1]) - log(refine_height)) / (faces[1] - N); in HoneeMeshTransform_PlateMesh() 94 *num_node_locs = faces[1] + 1; in HoneeMeshTransform_PlateMesh() 112 PetscCheck(*num_node_locs >= faces[1] + 1, comm, PETSC_ERR_FILE_UNEXPECTED, in HoneeMeshTransform_PlateMesh() 114 faces[1] + 1, *num_node_locs); in HoneeMeshTransform_PlateMesh() 115 if (*num_node_locs > faces[1] + 1) { in HoneeMeshTransform_PlateMesh() 119 *num_node_locs, faces[1] + 1)); in HoneeMeshTransform_PlateMesh() 121 PetscScalar max_y = (*node_locs)[faces[1]]; in HoneeMeshTransform_PlateMesh()
|
| H A D | boundary_condition.c | 92 //TODO: Verify that the BCDefinition don't have overlapping claims to boundary faces in BoundaryConditionSetUp()
|
| H A D | misc.c | 307 " Box Faces : %s\n" in PrintRunInfo()
|
| /honee/doc/ |
| H A D | runtime_options.md | 256 - Use wall boundary conditions on this list of faces 262 - Use weak slip boundary condition on this list of faces 265 - Use symmetry boundary conditions, for the x component, on this list of faces 268 - Use symmetry boundary conditions, for the y component, on this list of faces 271 - Use symmetry boundary conditions, for the z component, on this list of faces 274 - Use inflow boundary conditions on this list of faces 277 - Use outflow boundary conditions on this list of faces 280 - Use freestream boundary conditions on this list of faces
|
| H A D | theory.md | 647 To use the STG boundary condition, the `-bc_inflow` option should be set to the boundary faces that… 648 The `-stg_use` flag is then used to enable/disable applying STG to those faces. 659 - Enable STG for `bc_inflow` faces
|
| /honee/problems/ |
| H A D | channel.c | 170 PetscInt nmax = 3, faces[3]; in DivDiffFluxVerifyMesh() local 171 PetscCall(PetscOptionsGetIntArray(NULL, NULL, "-dm_plex_box_faces", faces, &nmax, NULL)); in DivDiffFluxVerifyMesh() 173 const PetscReal dxbox = domain_size[0] / (faces[0]); in DivDiffFluxVerifyMesh()
|
| H A D | stg_shur14.c | 283 PetscInt nmax = 3, faces[3]; in SetupStg() local 284 PetscCall(PetscOptionsGetIntArray(NULL, NULL, "-dm_plex_box_faces", faces, &nmax, NULL)); in SetupStg() 285 global_stg_ctx->dx = given_stg_dx ? stg_dx : domain_size[0] / faces[0]; in SetupStg()
|
| /honee/tests/ |
| H A D | blasius_test.yaml | 23 # Faces labeled 1=z- 2=z+ 3=y- 4=y+ 5=x+ 6=x-
|
| H A D | blasius_stgtest.yaml | 22 # Faces labeled 1=z- 2=z+ 3=y- 4=y+ 5=x+ 6=x-
|
| H A D | stats_test.yaml | 26 # Faces labeled 1=z- 2=z+ 3=y- 4=y+ 5=x+ 6=x-
|
| /honee/examples/ |
| H A D | flatplate_STG.yaml | 37 faces: 22,63,14
|
| H A D | blasius.yaml | 36 # Faces labeled 1=z- 2=z+ 3=y- 4=y+ 5=x+ 6=x-
|
| /honee/qfunctions/ |
| H A D | setupgeo.h | 120 …factors for integration, gradient transformations, and coordinate transformations on element faces.
|
| H A D | setupgeo2d.h | 154 …factors for integration, gradient transformations, and coordinate transformations on element faces.
|
| H A D | advection.h | 486 // Inflow and outflow faces are determined based on sign(dot(wind, normal)):
|