Go to the source code of this file.
|
character(len=32), dimension(6), parameter | boundary_base_mod::direction_name = (/' west', ' east', ' south', ' north', 'bottom', ' top' /) |
| string literal for each orientation More...
|
|
integer, parameter | boundary_base_mod::none = 0 |
| periodic with shear for shearing sheet/box More...
|
|
subroutine | boundary_base_mod::initboundary (this, Mesh, Physics, bctype, bcname, dir, config) |
|
pure integer function | boundary_base_mod::getdirection (this) |
| Get the direction number. More...
|
|
subroutine | boundary_base_mod::finalize_base (this) |
|