2D AMRCLAW
|
Public Attributes | |
integer | min_level |
integer | max_level |
real(kind=8) | x_low |
real(kind=8) | y_low |
real(kind=8) | x_hi |
real(kind=8) | y_hi |
real(kind=8) | t_low |
real(kind=8) | t_hi |
Definition at line 12 of file regions_module.f90.
integer regions_module::region_type::max_level |
Definition at line 13 of file regions_module.f90.
integer regions_module::region_type::min_level |
Definition at line 13 of file regions_module.f90.
real(kind=8) regions_module::region_type::t_hi |
Definition at line 14 of file regions_module.f90.
real(kind=8) regions_module::region_type::t_low |
Definition at line 14 of file regions_module.f90.
real(kind=8) regions_module::region_type::x_hi |
Definition at line 14 of file regions_module.f90.
real(kind=8) regions_module::region_type::x_low |
Definition at line 14 of file regions_module.f90.
real(kind=8) regions_module::region_type::y_hi |
Definition at line 14 of file regions_module.f90.
real(kind=8) regions_module::region_type::y_low |
Definition at line 14 of file regions_module.f90.