2D AMRCLAW
Public Attributes | List of all members
gauges_module::gauge_type Type Reference

Public Attributes

integer gauge_num
 
character(len=14) file_name
 
real(kind=8) x
 
real(kind=8) y
 
real(kind=8) t_start
 
real(kind=8) t_end
 
real(kind=8) last_time
 
integer file_format
 
real(kind=8) min_time_increment
 
character(len=10) display_format
 
logical, dimension(:), allocatable q_out_vars
 
logical, dimension(:), allocatable aux_out_vars
 
integer num_out_vars
 
real(kind=8), dimension(:,:),
allocatable 
data
 
integer, dimension(max_bufferlevel
 
integer buffer_index
 

Detailed Description

Definition at line 52 of file gauges_module.f90.

Member Data Documentation

logical, dimension(:), allocatable gauges_module::gauge_type::aux_out_vars

Definition at line 69 of file gauges_module.f90.

integer gauges_module::gauge_type::buffer_index

Definition at line 77 of file gauges_module.f90.

real(kind=8), dimension(:, :), allocatable gauges_module::gauge_type::data

Definition at line 73 of file gauges_module.f90.

character(len=10) gauges_module::gauge_type::display_format

Definition at line 67 of file gauges_module.f90.

integer gauges_module::gauge_type::file_format

Definition at line 65 of file gauges_module.f90.

character(len=14) gauges_module::gauge_type::file_name

Definition at line 56 of file gauges_module.f90.

integer gauges_module::gauge_type::gauge_num

Definition at line 54 of file gauges_module.f90.

real(kind=8) gauges_module::gauge_type::last_time

Definition at line 62 of file gauges_module.f90.

integer, dimension(max_buffer) gauges_module::gauge_type::level

Definition at line 74 of file gauges_module.f90.

real(kind=8) gauges_module::gauge_type::min_time_increment

Definition at line 66 of file gauges_module.f90.

integer gauges_module::gauge_type::num_out_vars

Definition at line 70 of file gauges_module.f90.

logical, dimension(:), allocatable gauges_module::gauge_type::q_out_vars

Definition at line 68 of file gauges_module.f90.

real(kind=8) gauges_module::gauge_type::t_end

Definition at line 59 of file gauges_module.f90.

real(kind=8) gauges_module::gauge_type::t_start

Definition at line 59 of file gauges_module.f90.

real(kind=8) gauges_module::gauge_type::x

Definition at line 59 of file gauges_module.f90.

real(kind=8) gauges_module::gauge_type::y

Definition at line 59 of file gauges_module.f90.


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