2D AMRCLAW
Public Attributes | List of all members
regions_module::region_type Type Reference

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
 

Detailed Description

Definition at line 12 of file regions_module.f90.

Member Data Documentation

◆ max_level

integer regions_module::region_type::max_level

Definition at line 13 of file regions_module.f90.

◆ min_level

integer regions_module::region_type::min_level

Definition at line 13 of file regions_module.f90.

13  integer :: min_level,max_level

◆ t_hi

real(kind=8) regions_module::region_type::t_hi

Definition at line 14 of file regions_module.f90.

◆ t_low

real(kind=8) regions_module::region_type::t_low

Definition at line 14 of file regions_module.f90.

◆ x_hi

real(kind=8) regions_module::region_type::x_hi

Definition at line 14 of file regions_module.f90.

◆ x_low

real(kind=8) regions_module::region_type::x_low

Definition at line 14 of file regions_module.f90.

14  real(kind=8) :: x_low,y_low,x_hi,y_hi,t_low,t_hi

◆ y_hi

real(kind=8) regions_module::region_type::y_hi

Definition at line 14 of file regions_module.f90.

◆ y_low

real(kind=8) regions_module::region_type::y_low

Definition at line 14 of file regions_module.f90.


The documentation for this type was generated from the following file: