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

The lookup table type. There can be one or more columns, for which values can be looked up for a given 'x-coordinate'. More...

Public Attributes

integer n_points
 The number of points.
 
integer n_cols
 The number of columns.
 
real(dp) x_min
 The minimum lookup coordinate.
 
real(dp) dx
 The x-spacing in the lookup coordinate.
 
real(dp) inv_dx
 The inverse x-spacing.
 
real(dp), dimension(:, :), allocatable cols_rows
 The table in column-major order.
 
real(dp), dimension(:, :), allocatable rows_cols
 The table in row-major order.
 

Detailed Description

The lookup table type. There can be one or more columns, for which values can be looked up for a given 'x-coordinate'.

Definition at line 19 of file mod_lookup_table.t.

Member Data Documentation

◆ cols_rows

real(dp), dimension(:, :), allocatable mod_lookup_table::lt_t::cols_rows

The table in column-major order.

Definition at line 27 of file mod_lookup_table.t.

◆ dx

real(dp) mod_lookup_table::lt_t::dx

The x-spacing in the lookup coordinate.

Definition at line 23 of file mod_lookup_table.t.

◆ inv_dx

real(dp) mod_lookup_table::lt_t::inv_dx

The inverse x-spacing.

Definition at line 24 of file mod_lookup_table.t.

◆ n_cols

integer mod_lookup_table::lt_t::n_cols

The number of columns.

Definition at line 21 of file mod_lookup_table.t.

◆ n_points

integer mod_lookup_table::lt_t::n_points

The number of points.

Definition at line 20 of file mod_lookup_table.t.

◆ rows_cols

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

The table in row-major order.

Definition at line 28 of file mod_lookup_table.t.

◆ x_min

real(dp) mod_lookup_table::lt_t::x_min

The minimum lookup coordinate.

Definition at line 22 of file mod_lookup_table.t.


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