|
chombo-discharge
|
Declaration of a table for looking up coefficients etc. More...
#include <memory>#include <vector>#include <type_traits>#include <iostream>#include <CD_LookupTable1D.H>

Go to the source code of this file.
Enumerations | |
| enum class | LookupTable::OutOfRangeStrategy { Constant , Interpolate } |
| Strategy for obtaining data when requesting data that is out of range. We can use either constant (i.e. virtually padding the data with the first/last entry) or with linear interpolation (i.e. virtually padding the data with a slope connecting the first two or last two entries in the table). | |
| enum class | LookupTable::Spacing { Uniform , Exponential } |
| Enum for classifying the coordinate system. | |
Declaration of a table for looking up coefficients etc.