35 #ifndef NEKTAR_SOLVERUTILS_FORCINGBODY    36 #define NEKTAR_SOLVERUTILS_FORCINGBODY    59                     const std::weak_ptr<EquationSystem>      &pEquation,
    61                     const unsigned int& pNumForcingFields,
    62                     const TiXmlElement* pForce)
    66                 p->InitObject(pFields, pNumForcingFields, pForce);
    76                     const unsigned int& pNumForcingFields,
    77                     const TiXmlElement* pForce);
    88                     const std::weak_ptr<EquationSystem>      &pEquation);
 virtual SOLVER_UTILS_EXPORT void v_InitObject(const Array< OneD, MultiRegions::ExpListSharedPtr > &pFields, const unsigned int &pNumForcingFields, const TiXmlElement *pForce)
SOLVER_UTILS_EXPORT typedef std::shared_ptr< Forcing > ForcingSharedPtr
A shared pointer to an EquationSystem object. 
virtual SOLVER_UTILS_EXPORT void v_Apply(const Array< OneD, MultiRegions::ExpListSharedPtr > &fields, const Array< OneD, Array< OneD, NekDouble > > &inarray, Array< OneD, Array< OneD, NekDouble > > &outarray, const NekDouble &time)
General purpose memory allocation routines with the ability to allocate from thread specific memory p...
static SOLVER_UTILS_EXPORT ForcingSharedPtr create(const LibUtilities::SessionReaderSharedPtr &pSession, const std::weak_ptr< EquationSystem > &pEquation, const Array< OneD, MultiRegions::ExpListSharedPtr > &pFields, const unsigned int &pNumForcingFields, const TiXmlElement *pForce)
Creates an instance of this class. 
static std::shared_ptr< DataType > AllocateSharedPtr(const Args &...args)
Allocate a shared pointer from the memory pool. 
static std::string className
Name of the class. 
virtual ~ForcingNoise(void)
#define SOLVER_UTILS_EXPORT
ForcingNoise(const LibUtilities::SessionReaderSharedPtr &pSession, const std::weak_ptr< EquationSystem > &pEquation)
Defines a forcing term to be explicitly applied. 
std::shared_ptr< SessionReader > SessionReaderSharedPtr