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

◆ aux_out_vars

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

Definition at line 69 of file gauges_module.f90.

69  logical, allocatable :: aux_out_vars(:)

◆ buffer_index

integer gauges_module::gauge_type::buffer_index

Definition at line 77 of file gauges_module.f90.

77  integer :: buffer_index

◆ data

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

Definition at line 73 of file gauges_module.f90.

73  real(kind=8), allocatable :: data(:, :)

◆ display_format

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

Definition at line 67 of file gauges_module.f90.

67  character(len=10) :: display_format

◆ file_format

integer gauges_module::gauge_type::file_format

Definition at line 65 of file gauges_module.f90.

65  integer :: file_format

◆ file_name

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

Definition at line 56 of file gauges_module.f90.

56  character(len=14) :: file_name

◆ gauge_num

integer gauges_module::gauge_type::gauge_num

Definition at line 54 of file gauges_module.f90.

54  integer :: gauge_num

◆ last_time

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

Definition at line 62 of file gauges_module.f90.

62  real(kind=8) :: last_time

◆ level

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

Definition at line 74 of file gauges_module.f90.

74  integer :: level(max_buffer)

◆ min_time_increment

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

Definition at line 66 of file gauges_module.f90.

66  real(kind=8) :: min_time_increment

◆ num_out_vars

integer gauges_module::gauge_type::num_out_vars

Definition at line 70 of file gauges_module.f90.

70  integer :: num_out_vars

◆ q_out_vars

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

Definition at line 68 of file gauges_module.f90.

68  logical, allocatable :: q_out_vars(:)

◆ t_end

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

Definition at line 59 of file gauges_module.f90.

◆ t_start

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

Definition at line 59 of file gauges_module.f90.

◆ x

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

Definition at line 59 of file gauges_module.f90.

59  real(kind=8) :: x, y, t_start, t_end

◆ y

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: