|
afivo-streamer 1.1
1D/2D/3D streamer simulations with AMR
|
Type to indicate a location in the lookup table, which can be used to speed up multiple lookups of different columns. More...
Public Attributes | |
| integer | low_ix |
| The x-value lies between low_ix and low_ix+1. | |
| real(dp) | 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 the lookup table, which can be used to speed up multiple lookups of different columns.
Definition at line 52 of file m_lookup_table.f90.
| real(dp) m_lookup_table::lt_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 54 of file m_lookup_table.f90.
| integer m_lookup_table::lt_loc_t::low_ix |
The x-value lies between low_ix and low_ix+1.
Definition at line 53 of file m_lookup_table.f90.