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

Detailed Description

The 2D lookup table type.

Definition at line 39 of file m_lookup_table.f90.

Member Data Documentation

◆ inv_fac

real(dp), dimension(2) m_lookup_table::lt2_t::inv_fac

The inverse x-spacing.

Definition at line 44 of file m_lookup_table.f90.

◆ n_cols

integer m_lookup_table::lt2_t::n_cols

The number of columns/variables.

Definition at line 41 of file m_lookup_table.f90.

◆ n_points

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

The size of the table.

Definition at line 40 of file m_lookup_table.f90.

◆ rows_cols

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

Definition at line 47 of file m_lookup_table.f90.

◆ x1

real(dp), dimension(:), allocatable m_lookup_table::lt2_t::x1

The x values in the table.

Definition at line 45 of file m_lookup_table.f90.

◆ x2

real(dp), dimension(:), allocatable m_lookup_table::lt2_t::x2

The x values in the table.

Definition at line 46 of file m_lookup_table.f90.

◆ x_min

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

The minimum lookup coordinate.

Definition at line 43 of file m_lookup_table.f90.

◆ xspacing

integer, dimension(2) m_lookup_table::lt2_t::xspacing

Type of table spacing.

Definition at line 42 of file m_lookup_table.f90.


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