|
afivo-streamer 1.1
1D/2D/3D streamer simulations with AMR
|
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 |
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.
| real(dp), dimension(:, :), allocatable m_lookup_table::lt_t::cols_rows |
Definition at line 34 of file m_lookup_table.f90.
| logical m_lookup_table::lt_t::extrapolate_above |
Linearly extrapolate above x_max.
Definition at line 30 of file m_lookup_table.f90.
| real(dp) m_lookup_table::lt_t::inv_fac |
The inverse x-spacing.
Definition at line 29 of file m_lookup_table.f90.
| integer m_lookup_table::lt_t::n_cols |
The number of columns.
Definition at line 26 of file m_lookup_table.f90.
| integer m_lookup_table::lt_t::n_points |
The number of points.
Definition at line 25 of file m_lookup_table.f90.
| real(dp), dimension(:, :), allocatable m_lookup_table::lt_t::rows_cols |
Definition at line 35 of file m_lookup_table.f90.
| 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.
| real(dp) m_lookup_table::lt_t::x_min |
The minimum lookup coordinate.
Definition at line 28 of file m_lookup_table.f90.
| integer m_lookup_table::lt_t::xspacing |
Type of table spacing.
Definition at line 27 of file m_lookup_table.f90.