|
afivo-streamer 1.1
1D/2D/3D streamer simulations with AMR
|
Type to indicate a location in a 2D lookup table. More...
Public Attributes | |
| integer, dimension(2) | low_ix |
| The x-value lies between low_ix and low_ix+1. | |
| real(dp), dimension(2) | low_frac |
| The distance from low_ix (up to low_ix+1), given as a real number between 0 and 1. | |
Type to indicate a location in a 2D lookup table.
Definition at line 59 of file m_lookup_table.f90.
| real(dp), dimension(2) m_lookup_table::lt2_loc_t::low_frac |
The distance from low_ix (up to low_ix+1), given as a real number between 0 and 1.
Definition at line 64 of file m_lookup_table.f90.
| integer, dimension(2) m_lookup_table::lt2_loc_t::low_ix |
The x-value lies between low_ix and low_ix+1.
Definition at line 61 of file m_lookup_table.f90.