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::lt3_t Type Reference

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
 

Detailed Description

The 3D lookup table type.

Definition at line 42 of file mod_lookup_table.t.

Member Data Documentation

◆ dx

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.

◆ inv_dx

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.

◆ n_cols

integer mod_lookup_table::lt3_t::n_cols

The number of columns/variables.

Definition at line 44 of file mod_lookup_table.t.

◆ n_points

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.

◆ rows_cols

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

Definition at line 48 of file mod_lookup_table.t.

◆ x_min

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.


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