chombo-discharge
Enumerations
CD_LookupTable.H File Reference

Declaration of a table for looking up coefficients etc. More...

#include <memory>
#include <vector>
#include <type_traits>
#include <iostream>
#include <CD_LookupTable1D.H>
Include dependency graph for CD_LookupTable.H:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Declaration of a table for looking up coefficients etc.

Author
Robert Marskar