MPI-AMRVAC 3.1
The MPI - Adaptive Mesh Refinement - Versatile Advection Code (development version)
|
The 3D lookup table type. More...
Public Attributes | |
integer, dimension(3) | n_points |
The size of the table. | |
integer | n_cols |
The number of columns/variables. | |
real(dp), dimension(3) | x_min |
The minimum lookup coordinate. | |
real(dp), dimension(3) | dx |
The x-spacing in the lookup coordinate. | |
real(dp), dimension(3) | inv_dx |
The inverse x-spacing. | |
real(dp), dimension(:, :, :, :), allocatable | rows_cols |
The 3D lookup table type.
Definition at line 42 of file mod_lookup_table.t.
real(dp), dimension(3) mod_lookup_table::lt3_t::dx |
The x-spacing in the lookup coordinate.
Definition at line 46 of file mod_lookup_table.t.
real(dp), dimension(3) mod_lookup_table::lt3_t::inv_dx |
The inverse x-spacing.
Definition at line 47 of file mod_lookup_table.t.
integer mod_lookup_table::lt3_t::n_cols |
The number of columns/variables.
Definition at line 44 of file mod_lookup_table.t.
integer, dimension(3) mod_lookup_table::lt3_t::n_points |
The size of the table.
Definition at line 43 of file mod_lookup_table.t.
real(dp), dimension(:, :, :, :), allocatable mod_lookup_table::lt3_t::rows_cols |
Definition at line 48 of file mod_lookup_table.t.
real(dp), dimension(3) mod_lookup_table::lt3_t::x_min |
The minimum lookup coordinate.
Definition at line 45 of file mod_lookup_table.t.