Home
last modified time | relevance | path

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

/libCEED/examples/fluids/
H A Dchannel.yaml19 bc_wall: 3,4
H A DREADME.md114 * - `-bc_wall`
187 For the case of a square/cubic mesh, the list of face indices to be used with `-bc_wall`, `bc_inflo…
398 …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…
410 …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…
507 ./navierstokes -problem shocktube -yzb -stab su -bc_symmetry_z 3,4 -bc_symmetry_y 1,2 -bc_wall 5,6 …
837 …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…
H A Dblasius.yaml34 bc_wall: 3
H A Dvortexshedding.yaml48 bc_wall: 5
H A Dnavierstokes.c24 …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…
42 … -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…
44 …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…
45 …_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…
/libCEED/examples/fluids/tests-output/
H A Dblasius_test.yaml24 bc_wall: 3
H A Dblasius_stgtest.yaml23 bc_wall: 3
H A Dstats_test.yaml27 bc_wall: 3
/libCEED/examples/fluids/src/
H A Dboundary_condition.c44 …PetscCall(PetscOptionsBCDefinition("-bc_wall", "Face IDs to apply wall BC", NULL, "wall", &bc_def,… in BoundaryConditionSetUp()