|
afivo-streamer 1.1
1D/2D/3D streamer simulations with AMR
|
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 |
The 2D lookup table type.
Definition at line 39 of file m_lookup_table.f90.
| 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.
| integer m_lookup_table::lt2_t::n_cols |
The number of columns/variables.
Definition at line 41 of file m_lookup_table.f90.
| 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.
| real(dp), dimension(:, :, :), allocatable m_lookup_table::lt2_t::rows_cols |
Definition at line 47 of file m_lookup_table.f90.
| 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.
| 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.
| 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.
| integer, dimension(2) m_lookup_table::lt2_t::xspacing |
Type of table spacing.
Definition at line 42 of file m_lookup_table.f90.