36 #ifndef NEKTAR_SOLVERS_VELOCITYCORRECTIONSCHEMEWEAKPRESSURE_H 
   37 #define NEKTAR_SOLVERS_VELOCITYCORRECTIONSCHEMEWEAKPRESSURE_H 
   79             return "WeakPressure";
 
   84             if(boost::iequals(instr,
"SubStepping"))
 
   86                 return  "SubSteppingWeakPressure";
 
   98     typedef boost::shared_ptr<VCSWeakPressure>
 
  104 #endif //VELOCITY_CORRECTION_SCHEME_H 
virtual void v_SetUpPressureForcing(const Array< OneD, const Array< OneD, NekDouble > > &fields, Array< OneD, Array< OneD, NekDouble > > &Forcing, const NekDouble aii_Dt)
static boost::shared_ptr< DataType > AllocateSharedPtr()
Allocate a shared pointer from the memory pool. 
std::vector< std::pair< std::string, std::string > > SummaryList
boost::shared_ptr< VCSWeakPressure > VCSWeakPressureSharedPtr
static std::string className
Name of class. 
boost::shared_ptr< SessionReader > SessionReaderSharedPtr
boost::shared_ptr< EquationSystem > EquationSystemSharedPtr
A shared pointer to an EquationSystem object. 
virtual ~VCSWeakPressure()
virtual void v_GenerateSummary(SolverUtils::SummaryList &s)
Print a summary of time stepping parameters. 
virtual void v_SolvePressure(const Array< OneD, NekDouble > &Forcing)
virtual std::string v_GetExtrapolateStr(void)
virtual std::string v_GetSubSteppingExtrapolateStr(const std::string &instr)
VCSWeakPressure(const LibUtilities::SessionReaderSharedPtr &pSession)
Constructor. 
Defines a forcing term to be explicitly applied. 
static SolverUtils::EquationSystemSharedPtr create(const LibUtilities::SessionReaderSharedPtr &pSession)
Creates an instance of this class.