LifeV
InitPolicySolver< mesh_Type, TimeIterationPolicy > Struct Template Referenceabstract

#include <InitPolicySolver.hpp>

+ Inheritance diagram for InitPolicySolver< mesh_Type, TimeIterationPolicy >:
+ Collaboration diagram for InitPolicySolver< mesh_Type, TimeIterationPolicy >:

Public Types

typedef VectorEpetra vector_Type
 
typedef std::shared_ptr< VectorEpetravectorPtr_Type
 
typedef MeshPartitioner< mesh_TypemeshPartitioner_Type
 
typedef MapEpetra map_Type
 
typedef std::shared_ptr< map_TypemapPtr_Type
 
typedef TimeAdvanceBDF< vector_Typebdf_Type
 
typedef std::shared_ptr< bdf_TypebdfPtr_Type
 
typedef BCHandler bcContainer_Type
 
typedef std::shared_ptr< bcContainer_TypebcContainerPtr_Type
 
typedef std::shared_ptr< NavierStokesProblem< mesh_Type > > NSProblemPtr_Type
 

Public Member Functions

 InitPolicySolver ()
 
virtual ~InitPolicySolver ()
 
void setupInit (Teuchos::ParameterList &list)
 
void initSimulation (bcContainerPtr_Type bchandler, vectorPtr_Type solution)
 
virtual Displayer displayer ()=0
 
virtual Real timestep () const =0
 
virtual Real initialTime () const =0
 
virtual bdfPtr_Type bdf () const =0
 

Detailed Description

template<class mesh_Type, class TimeIterationPolicy>
struct LifeV::InitPolicySolver< mesh_Type, TimeIterationPolicy >

Definition at line 66 of file InitPolicySolver.hpp.

Member Typedef Documentation

◆ vector_Type

Definition at line 68 of file InitPolicySolver.hpp.

◆ vectorPtr_Type

typedef std::shared_ptr<VectorEpetra> vectorPtr_Type

Definition at line 69 of file InitPolicySolver.hpp.

◆ meshPartitioner_Type

Definition at line 70 of file InitPolicySolver.hpp.

◆ map_Type

Definition at line 71 of file InitPolicySolver.hpp.

◆ mapPtr_Type

typedef std::shared_ptr<map_Type> mapPtr_Type

Definition at line 72 of file InitPolicySolver.hpp.

◆ bdf_Type

Definition at line 73 of file InitPolicySolver.hpp.

◆ bdfPtr_Type

typedef std::shared_ptr< bdf_Type > bdfPtr_Type

Definition at line 74 of file InitPolicySolver.hpp.

◆ bcContainer_Type

Definition at line 75 of file InitPolicySolver.hpp.

◆ bcContainerPtr_Type

typedef std::shared_ptr<bcContainer_Type> bcContainerPtr_Type

Definition at line 76 of file InitPolicySolver.hpp.

◆ NSProblemPtr_Type

typedef std::shared_ptr< NavierStokesProblem<mesh_Type> > NSProblemPtr_Type

Definition at line 77 of file InitPolicySolver.hpp.

Constructor & Destructor Documentation

◆ InitPolicySolver()

InitPolicySolver ( )
inline

Definition at line 79 of file InitPolicySolver.hpp.

◆ ~InitPolicySolver()

virtual ~InitPolicySolver ( )
inlinevirtual

Definition at line 80 of file InitPolicySolver.hpp.

Member Function Documentation

◆ setupInit()

void setupInit ( Teuchos::ParameterList &  list)

Definition at line 96 of file InitPolicySolver.hpp.

◆ initSimulation()

void initSimulation ( bcContainerPtr_Type  bchandler,
vectorPtr_Type  solution 
)

Definition at line 104 of file InitPolicySolver.hpp.

◆ displayer()

virtual Displayer displayer ( )
pure virtual
+ Here is the caller graph for this function:

◆ timestep()

virtual Real timestep ( ) const
pure virtual
+ Here is the caller graph for this function:

◆ initialTime()

virtual Real initialTime ( ) const
pure virtual
+ Here is the caller graph for this function:

◆ bdf()

virtual bdfPtr_Type bdf ( ) const
pure virtual
+ Here is the caller graph for this function:

The documentation for this struct was generated from the following file: