MPI-AMRVAC 3.1
The MPI - Adaptive Mesh Refinement - Versatile Advection Code (development version)
Loading...
Searching...
No Matches
Public Attributes | List of all members
mod_lookup_table::lt2_t Type Reference

The 2D lookup table type. More...

Public Attributes

integer, dimension(2) n_points
 The size of the table.
 
integer n_cols
 The number of columns/variables.
 
real(dp), dimension(2) x_min
 The minimum lookup coordinate.
 
real(dp), dimension(2) dx
 The x-spacing in the lookup coordinate.
 
real(dp), dimension(2) inv_dx
 The inverse x-spacing.
 
real(dp), dimension(:, :, :), allocatable rows_cols
 

Detailed Description

The 2D lookup table type.

Definition at line 32 of file mod_lookup_table.t.

Member Data Documentation

◆ dx

real(dp), dimension(2) mod_lookup_table::lt2_t::dx

The x-spacing in the lookup coordinate.

Definition at line 36 of file mod_lookup_table.t.

◆ inv_dx

real(dp), dimension(2) mod_lookup_table::lt2_t::inv_dx

The inverse x-spacing.

Definition at line 37 of file mod_lookup_table.t.

◆ n_cols

integer mod_lookup_table::lt2_t::n_cols

The number of columns/variables.

Definition at line 34 of file mod_lookup_table.t.

◆ n_points

integer, dimension(2) mod_lookup_table::lt2_t::n_points

The size of the table.

Definition at line 33 of file mod_lookup_table.t.

◆ rows_cols

real(dp), dimension(:, :, :), allocatable mod_lookup_table::lt2_t::rows_cols

Definition at line 38 of file mod_lookup_table.t.

◆ x_min

real(dp), dimension(2) mod_lookup_table::lt2_t::x_min

The minimum lookup coordinate.

Definition at line 35 of file mod_lookup_table.t.


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