|
Nektar++
|
This is the complete list of members for Nektar::LibUtilities::Interpreter, including all inherited members.
| AddConstant(std::string const &name, NekDouble value) | Nektar::LibUtilities::Interpreter | |
| AddConstants(std::map< std::string, NekDouble > const &constants) | Nektar::LibUtilities::Interpreter | |
| DefineFunction(const std::string &vlist, const std::string &expr) | Nektar::LibUtilities::Interpreter | |
| Evaluate(const int id) | Nektar::LibUtilities::Interpreter | |
| Evaluate(const int id, const NekDouble x, const NekDouble y, const NekDouble z, const NekDouble t) | Nektar::LibUtilities::Interpreter | |
| Evaluate(const int id, const Array< OneD, const NekDouble > &x, const Array< OneD, const NekDouble > &y, const Array< OneD, const NekDouble > &z, const Array< OneD, const NekDouble > &t, Array< OneD, NekDouble > &result) | Nektar::LibUtilities::Interpreter | |
| Evaluate(const int expression_id, const std::vector< Array< OneD, const NekDouble > > &points, Array< OneD, NekDouble > &result) | Nektar::LibUtilities::Interpreter | |
| EvaluateAtPoint(const int id, std::vector< NekDouble > point) | Nektar::LibUtilities::Interpreter | |
| GetConstant(std::string const &name) | Nektar::LibUtilities::Interpreter | |
| GetParameter(std::string const &name) | Nektar::LibUtilities::Interpreter | |
| GetTime() const | Nektar::LibUtilities::Interpreter | |
| Interpreter() | Nektar::LibUtilities::Interpreter | |
| Interpreter(Interpreter &&) | Nektar::LibUtilities::Interpreter | |
| m_impl | Nektar::LibUtilities::Interpreter | private |
| operator=(Interpreter &&) | Nektar::LibUtilities::Interpreter | |
| SetParameter(std::string const &name, NekDouble value) | Nektar::LibUtilities::Interpreter | |
| SetParameters(std::map< std::string, NekDouble > const ¶ms) | Nektar::LibUtilities::Interpreter | |
| SetRandomSeed(unsigned int seed=123u) | Nektar::LibUtilities::Interpreter | |
| ~Interpreter() | Nektar::LibUtilities::Interpreter |