boundary_base.f90 File Reference

Go to the source code of this file.

Data Types

type  boundary_base_mod::boundary_base
 

Modules

module  boundary_base_mod
 

Public Attributes

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)