|
CAM
|
Data Types | |
| type | tracerboundarycond_type |
Functions/Subroutines | |
| subroutine | init (this, bounds, betrtracer_vars) |
| subroutine | initallocate (this, bounds, betrtracer_vars) |
| subroutine | inithistory (this, bounds) |
| subroutine | initcold (this, bounds) |
| subroutine | restart (this, bounds, flag) |
| subroutine | reset (this, column) |
Variables | |
| character(len= *), parameter, private | mod_filename = __FILE__ |
| subroutine tracerboundarycondtype::init | ( | class(tracerboundarycond_type), intent(inout) | this, |
| type(bounds_type), intent(in) | bounds, | ||
| type(betrtracer_type), intent(in) | betrtracer_vars | ||
| ) |
| subroutine tracerboundarycondtype::initallocate | ( | class(tracerboundarycond_type), intent(inout) | this, |
| type(bounds_type), intent(in) | bounds, | ||
| type(betrtracer_type), intent(in) | betrtracer_vars | ||
| ) |
| subroutine tracerboundarycondtype::initcold | ( | class(tracerboundarycond_type), intent(inout) | this, |
| type(bounds_type), intent(in) | bounds | ||
| ) |
| subroutine tracerboundarycondtype::inithistory | ( | class(tracerboundarycond_type), intent(inout) | this, |
| type(bounds_type), intent(in) | bounds | ||
| ) |
| subroutine tracerboundarycondtype::reset | ( | class(tracerboundarycond_type), intent(inout) | this, |
| integer, intent(in) | column | ||
| ) |
| subroutine tracerboundarycondtype::restart | ( | class(tracerboundarycond_type), intent(inout) | this, |
| type(bounds_type), intent(in) | bounds, | ||
| character(len=*), intent(in) | flag | ||
| ) |
|
private |