afivo-streamer 1.1
1D/2D/3D streamer simulations with AMR
Loading...
Searching...
No Matches
Public Attributes | List of all members
m_lookup_table::lt_loc_t Type Reference

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.
 

Detailed Description

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.

Member Data Documentation

◆ low_frac

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.

◆ low_ix

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.


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