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

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.
 

Detailed Description

Type to indicate a location in a 2D lookup table.

Definition at line 59 of file m_lookup_table.f90.

Member Data Documentation

◆ low_frac

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.

◆ low_ix

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.


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