![]() |
LifeV
|
#include <InitPolicyInterpolation.hpp>
Public Types | |
| typedef VectorEpetra | vector_Type |
| typedef std::shared_ptr< VectorEpetra > | vectorPtr_Type |
| typedef MapEpetra | map_Type |
| typedef std::shared_ptr< map_Type > | mapPtr_Type |
| typedef FESpace< mesh_Type, map_Type > | fespace_Type |
| typedef std::shared_ptr< fespace_Type > | fespacePtr_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 | |
| void | setupInit (Teuchos::ParameterList &list) |
| void | initSimulation (bcContainerPtr_Type bchandler, vectorPtr_Type solution) |
| virtual fespacePtr_Type | uFESpace () const =0 |
| virtual fespacePtr_Type | pFESpace () const =0 |
| virtual Real | timestep () const =0 |
| virtual Real | initialTime () const =0 |
| virtual bdfPtr_Type | bdf () const =0 |
| virtual NSProblemPtr_Type | problem () const =0 |
Definition at line 67 of file InitPolicyInterpolation.hpp.
| typedef VectorEpetra vector_Type |
Definition at line 69 of file InitPolicyInterpolation.hpp.
| typedef std::shared_ptr<VectorEpetra> vectorPtr_Type |
Definition at line 70 of file InitPolicyInterpolation.hpp.
Definition at line 71 of file InitPolicyInterpolation.hpp.
| typedef std::shared_ptr<map_Type> mapPtr_Type |
Definition at line 72 of file InitPolicyInterpolation.hpp.
| typedef FESpace< mesh_Type, map_Type > fespace_Type |
Definition at line 73 of file InitPolicyInterpolation.hpp.
| typedef std::shared_ptr< fespace_Type > fespacePtr_Type |
Definition at line 74 of file InitPolicyInterpolation.hpp.
| typedef TimeAdvanceBDF<vector_Type> bdf_Type |
Definition at line 75 of file InitPolicyInterpolation.hpp.
| typedef std::shared_ptr< bdf_Type > bdfPtr_Type |
Definition at line 76 of file InitPolicyInterpolation.hpp.
| typedef BCHandler bcContainer_Type |
Definition at line 77 of file InitPolicyInterpolation.hpp.
| typedef std::shared_ptr<bcContainer_Type> bcContainerPtr_Type |
Definition at line 78 of file InitPolicyInterpolation.hpp.
| typedef std::shared_ptr< NavierStokesProblem<mesh_Type> > NSProblemPtr_Type |
Definition at line 79 of file InitPolicyInterpolation.hpp.
| void setupInit | ( | Teuchos::ParameterList & | list | ) |
Definition at line 97 of file InitPolicyInterpolation.hpp.
| void initSimulation | ( | bcContainerPtr_Type | bchandler, |
| vectorPtr_Type | solution | ||
| ) |
Definition at line 105 of file InitPolicyInterpolation.hpp.
|
pure virtual |
Here is the caller graph for this function:
|
pure virtual |
|
pure virtual |
Here is the caller graph for this function:
|
pure virtual |
Here is the caller graph for this function:
|
pure virtual |
Here is the caller graph for this function:
|
pure virtual |