|
Nektar++
|
#include <FilterCellHistoryPoints.h>
Static Public Member Functions | |
| static SolverUtils::FilterSharedPtr | create (const LibUtilities::SessionReaderSharedPtr &pSession, const std::weak_ptr< SolverUtils::EquationSystem > &pEquation, const ParamMap &pParams) |
| Creates an instance of this class. More... | |
Static Public Member Functions inherited from Nektar::SolverUtils::FilterHistoryPoints | |
| static FilterSharedPtr | create (const LibUtilities::SessionReaderSharedPtr &pSession, const std::weak_ptr< EquationSystem > &pEquation, const std::map< std::string, std::string > &pParams) |
| Creates an instance of this class. More... | |
Static Public Attributes | |
| static std::string | className |
| Name of the class. More... | |
Static Public Attributes inherited from Nektar::SolverUtils::FilterHistoryPoints | |
| static std::string | className |
| Name of the class. More... | |
Protected Member Functions | |
| virtual void | v_Update (const Array< OneD, const MultiRegions::ExpListSharedPtr > &pFields, const NekDouble &time) |
Protected Member Functions inherited from Nektar::SolverUtils::FilterHistoryPoints | |
| virtual SOLVER_UTILS_EXPORT void | v_Initialise (const Array< OneD, const MultiRegions::ExpListSharedPtr > &pFields, const NekDouble &time) |
| virtual SOLVER_UTILS_EXPORT void | v_Finalise (const Array< OneD, const MultiRegions::ExpListSharedPtr > &pFields, const NekDouble &time) |
| virtual SOLVER_UTILS_EXPORT bool | v_IsTimeDependent () |
| bool | GetPoint (Array< OneD, NekDouble > gloCoord, int I) |
| void | WriteData (const int &rank, const Array< OneD, NekDouble > &data, const int &numFields, const NekDouble &time) |
Protected Attributes | |
| CellModelSharedPtr | m_cell |
Protected Attributes inherited from Nektar::SolverUtils::FilterHistoryPoints | |
| SpatialDomains::PointGeomVector | m_historyPoints |
| unsigned int | m_index |
| unsigned int | m_outputFrequency |
| unsigned int | m_outputPlane |
| plane to take history point from if using a homogeneous1D expansion More... | |
| Array< OneD, int > | m_planeIDs |
| bool | m_isHomogeneous1D |
| bool | m_waveSpace |
| std::string | m_outputFile |
| std::ofstream | m_outputStream |
| std::stringstream | m_historyPointStream |
| std::list< std::pair< SpatialDomains::PointGeomSharedPtr, Array< OneD, NekDouble > > > | m_historyList |
| std::map< int, int > | m_historyLocalPointMap |
| std::map< LibUtilities::PtsType, Array< OneD, NekDouble > > | m_pointDatMap |
| std::map< LibUtilities::PtsType, Array< OneD, int > > | m_pointNumMap |
| unsigned int | m_outputIndex |
| bool | m_outputOneFile |
| bool | m_adaptive |
Protected Attributes inherited from Nektar::SolverUtils::Filter | |
| LibUtilities::SessionReaderSharedPtr | m_session |
| const std::weak_ptr< EquationSystem > | m_equ |
Friends | |
| class | MemoryManager< FilterCellHistoryPoints > |
Additional Inherited Members | |
Public Types inherited from Nektar::SolverUtils::Filter | |
| typedef std::map< std::string, std::string > | ParamMap |
Definition at line 44 of file FilterCellHistoryPoints.h.
| Nektar::FilterCellHistoryPoints::FilterCellHistoryPoints | ( | const LibUtilities::SessionReaderSharedPtr & | pSession, |
| const std::weak_ptr< SolverUtils::EquationSystem > & | pEquation, | ||
| const ParamMap & | pParams | ||
| ) |
Definition at line 51 of file FilterCellHistoryPoints.cpp.
| Nektar::FilterCellHistoryPoints::~FilterCellHistoryPoints | ( | ) |
Definition at line 62 of file FilterCellHistoryPoints.cpp.
|
inlinestatic |
Creates an instance of this class.
Definition at line 50 of file FilterCellHistoryPoints.h.
References Nektar::MemoryManager< DataType >::AllocateSharedPtr(), and CellMLToNektar.cellml_metadata::p.
|
inline |
Definition at line 70 of file FilterCellHistoryPoints.h.
References m_cell.
|
protectedvirtual |
Reimplemented from Nektar::SolverUtils::FilterHistoryPoints.
Definition at line 69 of file FilterCellHistoryPoints.cpp.
References m_cell, Nektar::SolverUtils::FilterHistoryPoints::m_historyList, Nektar::SolverUtils::FilterHistoryPoints::m_historyLocalPointMap, Nektar::SolverUtils::FilterHistoryPoints::m_historyPoints, Nektar::SolverUtils::FilterHistoryPoints::m_index, Nektar::SolverUtils::FilterHistoryPoints::m_isHomogeneous1D, Nektar::SolverUtils::FilterHistoryPoints::m_outputFrequency, Nektar::SolverUtils::FilterHistoryPoints::m_outputPlane, Nektar::SolverUtils::FilterHistoryPoints::m_outputStream, and Nektar::LibUtilities::ReduceSum.
|
friend |
Definition at line 1 of file FilterCellHistoryPoints.h.
|
static |
Name of the class.
Definition at line 62 of file FilterCellHistoryPoints.h.
|
protected |
Definition at line 80 of file FilterCellHistoryPoints.h.
Referenced by SetCellModel(), and v_Update().