Home
last modified time | relevance | path

Searched full:bc_wall (Results 1 – 13 of 13) sorted by relevance

/honee/examples/
H A Dchannel.yaml19 bc_wall: 3,4
H A Dadvection_bl.yaml32 bc_wall: 1,2,3,4
H A Dflatplate_STG.yaml43 bc_wall: 3
H A Dblasius.yaml38 bc_wall: 3
H A Dvortexshedding.yaml48 bc_wall: 5
H A Dnavierstokes.c201 …dm_plex_box_faces 2,2 -dm_plex_box_lower 0,0 -dm_plex_box_upper 125,125 -bc_wall 1,2,3,4 -wall_com…
223 … -dm_plex_box_lower 0,0,0 -dm_plex_box_upper 125,125,250 -dm_plex_dim 3 -bc_wall 1,2,3,4,5,6 -wall…
225 …dm_plex_box_faces 2,2 -dm_plex_box_lower 0,0 -dm_plex_box_upper 125,125 -bc_wall 1,2,3,4 -wall_com…
226 …_plex_box_faces 1,1,2 -dm_plex_box_lower 0,0 -dm_plex_box_upper 125,125 -bc_wall 1,2,3,4 -wall_com…
/honee/tests/
H A Dblasius_test.yaml25 bc_wall: 3
H A Dblasius_stgtest.yaml24 bc_wall: 3
H A Dchannel_divdiff_verify.yaml34 bc_wall: 3,4
H A Dstats_test.yaml28 bc_wall: 3
/honee/doc/
H A Druntime_options.md255 * - `-bc_wall`
283 For the case of a square/cubic mesh, the list of face indices to be used with `-bc_wall`, `bc_inflo…
H A Dexamples.md177 …ox_lower 0,0,0 -dm_plex_box_upper 2000,125,1000 -dm_plex_dim 3 -rc 400. -bc_wall 1,2,5,6 -wall_com…
539 ./navierstokes -problem shocktube -yzb -stab su -bc_symmetry_z 3,4 -bc_symmetry_y 1,2 -bc_wall 5,6 …
721 …m_plex_dim 3 -dm_plex_box_lower 0,0,0 -dm_plex_box_upper 8000,8000,8000 -bc_wall 1,2,3,4,5,6 -wall…
733 …lex_box_faces 20,20 -dm_plex_box_lower 0,0 -dm_plex_box_upper 1000,1000 -bc_wall 1,2,3,4 -wall_com…
/honee/src/
H A Dboundary_condition.c40 …PetscCall(PetscOptionsBCDefinition("-bc_wall", "Face IDs to apply wall BC", NULL, "wall", &bc_def,… in BoundaryConditionSetUp()