|
chombo-discharge
|
This is the complete list of members for LookupTable1D< T, N, I >, including all inherited members.
| addData(const Ts &... x) noexcept | LookupTable1D< T, N, I > | inline |
| addData(const std::array< T, N+1 > &x) noexcept | LookupTable1D< T, N, I > | inline |
| getIndexLo(const T &a_x) const | LookupTable1D< T, N, I > | inlineprotected |
| getRawData() noexcept | LookupTable1D< T, N, I > | inline |
| getRawData() const noexcept | LookupTable1D< T, N, I > | inline |
| getStructuredData() noexcept | LookupTable1D< T, N, I > | inline |
| getStructuredData() const noexcept | LookupTable1D< T, N, I > | inline |
| interpolate(const T &a_x) const | LookupTable1D< T, N, I > | inline |
| interpolate(const T &x) const | LookupTable1D< T, N, I > | inline |
| LookupTable1D() noexcept | LookupTable1D< T, N, I > | |
| m_grid | LookupTable1D< T, N, I > | protected |
| m_isGood | LookupTable1D< T, N, I > | protected |
| m_rangeStrategyHi | LookupTable1D< T, N, I > | protected |
| m_rangeStrategyLo | LookupTable1D< T, N, I > | protected |
| m_rawData | LookupTable1D< T, N, I > | protected |
| m_structuredData | LookupTable1D< T, N, I > | protected |
| outputData(std::ostream &a_ostream, const std::vector< std::array< T, N+1 > > &a_data) const noexcept | LookupTable1D< T, N, I > | inlineprotected |
| outputRawData(std::ostream &a_ostream=std::cout) const noexcept | LookupTable1D< T, N, I > | inline |
| outputStructuredData(std::ostream &a_ostream=std::cout) const noexcept | LookupTable1D< T, N, I > | inline |
| prepareTable(const size_t &a_independentVariable, const size_t &a_numPoints, const LookupTable::Spacing &a_spacing) | LookupTable1D< T, N, I > | inline |
| reset() noexcept | LookupTable1D< T, N, I > | inline |
| scale(const T &a_scale) noexcept | LookupTable1D< T, N, I > | inline |
| setRangeStrategyHi(const LookupTable::OutOfRangeStrategy &a_strategy) noexcept | LookupTable1D< T, N, I > | inline |
| setRangeStrategyLo(const LookupTable::OutOfRangeStrategy &a_strategy) noexcept | LookupTable1D< T, N, I > | inline |
| slice(const Ts &... a_columns) const noexcept | LookupTable1D< T, N, I > | |
| swap(const size_t a_columnOne, const size_t a_columnTwo) noexcept | LookupTable1D< T, N, I > | inline |
| truncate(const T &a_min, const T &a_max, const size_t a_column) noexcept | LookupTable1D< T, N, I > | inline |
| writeRawData(const std::string &a_file) const noexcept | LookupTable1D< T, N, I > | inline |
| writeStructuredData(const std::string &a_file) const noexcept | LookupTable1D< T, N, I > | inline |
| writeToFile(const std::string &a_file, const std::vector< std::array< T, N+1 > > &a_data) const noexcept | LookupTable1D< T, N, I > | inlineprotected |
| ~LookupTable1D() noexcept=default | LookupTable1D< T, N, I > | virtual |