Nektar++
|
This is the complete list of members for Nektar::SolverUtils::SessionFunction, including all inherited members.
Describe(std::string pFieldName, const int domain=0) | Nektar::SolverUtils::SessionFunction | |
Evaluate(Array< OneD, Array< OneD, NekDouble > > &pArray, const NekDouble pTime=0.0, const int domain=0) | Nektar::SolverUtils::SessionFunction | |
Evaluate(std::vector< std::string > pFieldNames, Array< OneD, Array< OneD, NekDouble > > &pArray, const NekDouble &pTime=0.0, const int domain=0) | Nektar::SolverUtils::SessionFunction | |
Evaluate(std::vector< std::string > pFieldNames, Array< OneD, MultiRegions::ExpListSharedPtr > &pFields, const NekDouble &pTime=0.0, const int domain=0) | Nektar::SolverUtils::SessionFunction | |
Evaluate(std::string pFieldName, Array< OneD, NekDouble > &pArray, const NekDouble &pTime=0.0, const int domain=0) | Nektar::SolverUtils::SessionFunction | |
EvaluateExp(std::string pFieldName, Array< OneD, NekDouble > &pArray, const NekDouble &pTime=0.0, const int domain=0) | Nektar::SolverUtils::SessionFunction | private |
EvaluateFld(std::string pFieldName, Array< OneD, NekDouble > &pArray, const NekDouble &pTime=0.0, const int domain=0) | Nektar::SolverUtils::SessionFunction | private |
EvaluatePts(std::string pFieldName, Array< OneD, NekDouble > &pArray, const NekDouble &pTime=0.0, const int domain=0) | Nektar::SolverUtils::SessionFunction | private |
GetExpansion() | Nektar::SolverUtils::SessionFunction | inline |
GetSession() | Nektar::SolverUtils::SessionFunction | inline |
m_arrays | Nektar::SolverUtils::SessionFunction | private |
m_field | Nektar::SolverUtils::SessionFunction | private |
m_interpolators | Nektar::SolverUtils::SessionFunction | private |
m_lastCached | Nektar::SolverUtils::SessionFunction | private |
m_name | Nektar::SolverUtils::SessionFunction | private |
m_session | Nektar::SolverUtils::SessionFunction | private |
m_toCache | Nektar::SolverUtils::SessionFunction | private |
PrintProgressbar(const int position, const int goal) const | Nektar::SolverUtils::SessionFunction | inlineprivate |
SessionFunction(const LibUtilities::SessionReaderSharedPtr &session, const MultiRegions::ExpListSharedPtr &field, std::string functionName, bool toCache=false) | Nektar::SolverUtils::SessionFunction |