afivo-streamer 1.1
1D/2D/3D streamer simulations with AMR
Loading...
Searching...
No Matches
Public Attributes | List of all members
m_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.
 
integer xspacing
 Type of table spacing.
 
real(dp) x_min
 The minimum lookup coordinate.
 
real(dp) inv_fac
 The inverse x-spacing.
 
logical extrapolate_above
 Linearly extrapolate above x_max.
 
real(dp), dimension(:), allocatable x
 The x values in the table.
 
real(dp), dimension(:, :), allocatable cols_rows
 
real(dp), dimension(:, :), allocatable rows_cols
 

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 24 of file m_lookup_table.f90.

Member Data Documentation

◆ cols_rows

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

Definition at line 34 of file m_lookup_table.f90.

◆ extrapolate_above

logical m_lookup_table::lt_t::extrapolate_above

Linearly extrapolate above x_max.

Definition at line 30 of file m_lookup_table.f90.

◆ inv_fac

real(dp) m_lookup_table::lt_t::inv_fac

The inverse x-spacing.

Definition at line 29 of file m_lookup_table.f90.

◆ n_cols

integer m_lookup_table::lt_t::n_cols

The number of columns.

Definition at line 26 of file m_lookup_table.f90.

◆ n_points

integer m_lookup_table::lt_t::n_points

The number of points.

Definition at line 25 of file m_lookup_table.f90.

◆ rows_cols

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

Definition at line 35 of file m_lookup_table.f90.

◆ x

real(dp), dimension(:), allocatable m_lookup_table::lt_t::x

The x values in the table.

Definition at line 33 of file m_lookup_table.f90.

◆ x_min

real(dp) m_lookup_table::lt_t::x_min

The minimum lookup coordinate.

Definition at line 28 of file m_lookup_table.f90.

◆ xspacing

integer m_lookup_table::lt_t::xspacing

Type of table spacing.

Definition at line 27 of file m_lookup_table.f90.


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