LifeV
InitPolicyProjection< mesh_Type, SolverPolicy > Struct Template Referenceabstract

#include <InitPolicyProjection.hpp>

+ Inheritance diagram for InitPolicyProjection< mesh_Type, SolverPolicy >:
+ Collaboration diagram for InitPolicyProjection< mesh_Type, SolverPolicy >:

Public Types

typedef VectorEpetra vector_Type
 
typedef std::shared_ptr< vector_TypevectorPtr_Type
 
typedef MatrixEpetra< Realmatrix_Type
 
typedef std::shared_ptr< matrix_TypematrixPtr_Type
 
typedef MeshPartitioner< mesh_TypemeshPartitioner_Type
 
typedef MapEpetra map_Type
 
typedef std::shared_ptr< map_TypemapPtr_Type
 
typedef FESpace< mesh_Type, map_Typefespace_Type
 
typedef std::shared_ptr< fespace_TypefespacePtr_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 Types inherited from AssemblyPolicyStokes< mesh_Type >
enum  { BDFOrder = 1 }
 
typedef std::shared_ptr< NavierStokesProblem< mesh_Type > > NSProblemPtr_Type
 
typedef MatrixEpetra< Realmatrix_Type
 
typedef std::shared_ptr< matrix_TypematrixPtr_Type
 
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 FESpace< mesh_Type, map_Typefespace_Type
 
typedef std::shared_ptr< fespace_TypefespacePtr_Type
 
typedef TimeAdvanceBDF< vector_Typebdf_Type
 
typedef std::shared_ptr< bdf_TypebdfPtr_Type
 
typedef OseenAssembler< mesh_Type, matrix_Type, vector_Typeassembler_Type
 
typedef std::shared_ptr< assembler_TypeassemblerPtr_Type
 
typedef Preconditioner preconditioner_Type
 
typedef std::shared_ptr< preconditioner_TypepreconditionerPtr_Type
 

Public Member Functions

 InitPolicyProjection ()
 
virtual ~InitPolicyProjection ()
 
void setupInit (Teuchos::ParameterList &list)
 
void initSimulation (bcContainerPtr_Type bchandler, vectorPtr_Type solution)
 
- Public Member Functions inherited from AssemblyPolicyStokes< mesh_Type >
void initAssembly (Teuchos::ParameterList &list)
 
void assembleSystem (matrixPtr_Type systemMatrix, vectorPtr_Type rhs, vectorPtr_Type solution, preconditionerPtr_Type preconditioner)
 
virtual Real currentTime () const =0
 

Private Member Functions

virtual Displayer displayer ()=0
 
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
 

Private Attributes

Teuchos::ParameterList M_list
 

Additional Inherited Members

- Data Fields inherited from AssemblyPolicyStokes< mesh_Type >
matrixPtr_Type M_stokesMatrix
 
assemblerPtr_Type M_assembler
 

Detailed Description

template<class mesh_Type, class SolverPolicy = SolverPolicyLinearSolver>
struct LifeV::InitPolicyProjection< mesh_Type, SolverPolicy >

Definition at line 71 of file InitPolicyProjection.hpp.

Member Typedef Documentation

◆ vector_Type

Definition at line 73 of file InitPolicyProjection.hpp.

◆ vectorPtr_Type

typedef std::shared_ptr<vector_Type> vectorPtr_Type

Definition at line 74 of file InitPolicyProjection.hpp.

◆ matrix_Type

Definition at line 75 of file InitPolicyProjection.hpp.

◆ matrixPtr_Type

typedef std::shared_ptr<matrix_Type> matrixPtr_Type

Definition at line 76 of file InitPolicyProjection.hpp.

◆ meshPartitioner_Type

◆ map_Type

Definition at line 78 of file InitPolicyProjection.hpp.

◆ mapPtr_Type

typedef std::shared_ptr<map_Type> mapPtr_Type

Definition at line 79 of file InitPolicyProjection.hpp.

◆ fespace_Type

Definition at line 80 of file InitPolicyProjection.hpp.

◆ fespacePtr_Type

typedef std::shared_ptr< fespace_Type > fespacePtr_Type

Definition at line 81 of file InitPolicyProjection.hpp.

◆ bdf_Type

Definition at line 82 of file InitPolicyProjection.hpp.

◆ bdfPtr_Type

typedef std::shared_ptr< bdf_Type > bdfPtr_Type

Definition at line 83 of file InitPolicyProjection.hpp.

◆ bcContainer_Type

Definition at line 84 of file InitPolicyProjection.hpp.

◆ bcContainerPtr_Type

typedef std::shared_ptr<bcContainer_Type> bcContainerPtr_Type

Definition at line 85 of file InitPolicyProjection.hpp.

◆ NSProblemPtr_Type

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

Definition at line 86 of file InitPolicyProjection.hpp.

Constructor & Destructor Documentation

◆ InitPolicyProjection()

Definition at line 88 of file InitPolicyProjection.hpp.

◆ ~InitPolicyProjection()

virtual ~InitPolicyProjection ( )
inlinevirtual

Definition at line 89 of file InitPolicyProjection.hpp.

Member Function Documentation

◆ setupInit()

void setupInit ( Teuchos::ParameterList &  list)

Definition at line 112 of file InitPolicyProjection.hpp.

◆ initSimulation()

void initSimulation ( bcContainerPtr_Type  bchandler,
vectorPtr_Type  solution 
)

Definition at line 121 of file InitPolicyProjection.hpp.

◆ displayer()

virtual Displayer displayer ( )
privatepure virtual

Implements AssemblyPolicyStokes< mesh_Type >.

+ Here is the caller graph for this function:

◆ uFESpace()

virtual fespacePtr_Type uFESpace ( ) const
privatepure virtual

Implements AssemblyPolicyStokes< mesh_Type >.

+ Here is the caller graph for this function:

◆ pFESpace()

virtual fespacePtr_Type pFESpace ( ) const
privatepure virtual

Implements AssemblyPolicyStokes< mesh_Type >.

+ Here is the caller graph for this function:

◆ timestep()

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

◆ initialTime()

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

◆ bdf()

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

◆ problem()

virtual NSProblemPtr_Type problem ( ) const
privatepure virtual

Field Documentation

◆ M_list

Teuchos::ParameterList M_list
private

Definition at line 97 of file InitPolicyProjection.hpp.


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