LifeV
|
#include <InitPolicySolver.hpp>
Public Types | |
typedef VectorEpetra | vector_Type |
typedef std::shared_ptr< VectorEpetra > | vectorPtr_Type |
typedef MeshPartitioner< mesh_Type > | meshPartitioner_Type |
typedef MapEpetra | map_Type |
typedef std::shared_ptr< map_Type > | mapPtr_Type |
typedef TimeAdvanceBDF< vector_Type > | bdf_Type |
typedef std::shared_ptr< bdf_Type > | bdfPtr_Type |
typedef BCHandler | bcContainer_Type |
typedef std::shared_ptr< bcContainer_Type > | bcContainerPtr_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 |
Definition at line 66 of file InitPolicySolver.hpp.
typedef VectorEpetra vector_Type |
Definition at line 68 of file InitPolicySolver.hpp.
typedef std::shared_ptr<VectorEpetra> vectorPtr_Type |
Definition at line 69 of file InitPolicySolver.hpp.
typedef MeshPartitioner< mesh_Type > meshPartitioner_Type |
Definition at line 70 of file InitPolicySolver.hpp.
Definition at line 71 of file InitPolicySolver.hpp.
typedef std::shared_ptr<map_Type> mapPtr_Type |
Definition at line 72 of file InitPolicySolver.hpp.
typedef TimeAdvanceBDF<vector_Type> bdf_Type |
Definition at line 73 of file InitPolicySolver.hpp.
typedef std::shared_ptr< bdf_Type > bdfPtr_Type |
Definition at line 74 of file InitPolicySolver.hpp.
typedef BCHandler bcContainer_Type |
Definition at line 75 of file InitPolicySolver.hpp.
typedef std::shared_ptr<bcContainer_Type> bcContainerPtr_Type |
Definition at line 76 of file InitPolicySolver.hpp.
typedef std::shared_ptr< NavierStokesProblem<mesh_Type> > NSProblemPtr_Type |
Definition at line 77 of file InitPolicySolver.hpp.
|
inline |
Definition at line 79 of file InitPolicySolver.hpp.
|
inlinevirtual |
Definition at line 80 of file InitPolicySolver.hpp.
void setupInit | ( | Teuchos::ParameterList & | list | ) |
Definition at line 96 of file InitPolicySolver.hpp.
void initSimulation | ( | bcContainerPtr_Type | bchandler, |
vectorPtr_Type | solution | ||
) |
Definition at line 104 of file InitPolicySolver.hpp.
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |