36 #ifndef NEKTAR_SOLVERUTILS_FORCINGSTABILITYCOUPLEDLNS
37 #define NEKTAR_SOLVERUTILS_FORCINGSTABILITYCOUPLEDLNS
57 const unsigned int& pNumForcingFields,
58 const TiXmlElement* pForce)
63 p->InitObject(pFields, pNumForcingFields, pForce);
73 const unsigned int& pNumForcingFields,
74 const TiXmlElement* pForce);
static boost::shared_ptr< DataType > AllocateSharedPtr()
Allocate a shared pointer from the memory pool.
General purpose memory allocation routines with the ability to allocate from thread specific memory p...
virtual void v_InitObject(const Array< OneD, MultiRegions::ExpListSharedPtr > &pFields, const unsigned int &pNumForcingFields, const TiXmlElement *pForce)
SOLVER_UTILS_EXPORT typedef boost::shared_ptr< Forcing > ForcingSharedPtr
A shared pointer to an EquationSystem object.
ForcingStabilityCoupledLNS(const LibUtilities::SessionReaderSharedPtr &pSession)
boost::shared_ptr< SessionReader > SessionReaderSharedPtr
static SolverUtils::ForcingSharedPtr create(const LibUtilities::SessionReaderSharedPtr &pSession, const Array< OneD, MultiRegions::ExpListSharedPtr > &pFields, const unsigned int &pNumForcingFields, const TiXmlElement *pForce)
Creates an instance of this class.
virtual 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)
static std::string className
Name of the class.
Defines a forcing term to be explicitly applied.