LifeV
|
#include <AssemblyPolicyGeneralizedStokes.hpp>
Public Types | |
enum | { BDFOrder = 1 } |
typedef std::shared_ptr< NavierStokesProblem< mesh_Type > > | NSProblemPtr_Type |
typedef MatrixEpetra< Real > | matrix_Type |
typedef std::shared_ptr< matrix_Type > | matrixPtr_Type |
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 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 OseenAssembler< mesh_Type, matrix_Type, vector_Type > | assembler_Type |
typedef std::shared_ptr< assembler_Type > | assemblerPtr_Type |
typedef Preconditioner | preconditioner_Type |
typedef std::shared_ptr< preconditioner_Type > | preconditionerPtr_Type |
Public Member Functions | |
AssemblyPolicyGeneralizedStokes () | |
virtual | ~AssemblyPolicyGeneralizedStokes () |
void | initAssembly (Teuchos::ParameterList &list) |
void | assembleSystem (matrixPtr_Type systemMatrix, vectorPtr_Type rhs, vectorPtr_Type solution, preconditionerPtr_Type preconditioner) |
virtual Displayer | displayer ()=0 |
virtual Real | currentTime () const =0 |
virtual fespacePtr_Type | uFESpace () const =0 |
virtual fespacePtr_Type | pFESpace () const =0 |
virtual NSProblemPtr_Type | problem () const =0 |
virtual Real | timestep () const =0 |
Data Fields | |
matrixPtr_Type | M_stokesMatrix |
assemblerPtr_Type | M_assembler |
Definition at line 73 of file AssemblyPolicyGeneralizedStokes.hpp.
typedef std::shared_ptr< NavierStokesProblem<mesh_Type> > NSProblemPtr_Type |
Definition at line 75 of file AssemblyPolicyGeneralizedStokes.hpp.
typedef MatrixEpetra<Real> matrix_Type |
Definition at line 76 of file AssemblyPolicyGeneralizedStokes.hpp.
typedef std::shared_ptr<matrix_Type> matrixPtr_Type |
Definition at line 77 of file AssemblyPolicyGeneralizedStokes.hpp.
typedef VectorEpetra vector_Type |
Definition at line 78 of file AssemblyPolicyGeneralizedStokes.hpp.
typedef std::shared_ptr<VectorEpetra> vectorPtr_Type |
Definition at line 79 of file AssemblyPolicyGeneralizedStokes.hpp.
typedef MeshPartitioner< mesh_Type > meshPartitioner_Type |
Definition at line 80 of file AssemblyPolicyGeneralizedStokes.hpp.
Definition at line 81 of file AssemblyPolicyGeneralizedStokes.hpp.
typedef std::shared_ptr<map_Type> mapPtr_Type |
Definition at line 82 of file AssemblyPolicyGeneralizedStokes.hpp.
typedef FESpace< mesh_Type, map_Type > fespace_Type |
Definition at line 83 of file AssemblyPolicyGeneralizedStokes.hpp.
typedef std::shared_ptr< fespace_Type > fespacePtr_Type |
Definition at line 84 of file AssemblyPolicyGeneralizedStokes.hpp.
typedef TimeAdvanceBDF<vector_Type> bdf_Type |
Definition at line 85 of file AssemblyPolicyGeneralizedStokes.hpp.
typedef std::shared_ptr< bdf_Type > bdfPtr_Type |
Definition at line 86 of file AssemblyPolicyGeneralizedStokes.hpp.
typedef OseenAssembler< mesh_Type, matrix_Type, vector_Type > assembler_Type |
Definition at line 87 of file AssemblyPolicyGeneralizedStokes.hpp.
typedef std::shared_ptr< assembler_Type > assemblerPtr_Type |
Definition at line 88 of file AssemblyPolicyGeneralizedStokes.hpp.
typedef Preconditioner preconditioner_Type |
Definition at line 89 of file AssemblyPolicyGeneralizedStokes.hpp.
typedef std::shared_ptr<preconditioner_Type> preconditionerPtr_Type |
Definition at line 90 of file AssemblyPolicyGeneralizedStokes.hpp.
anonymous enum |
Enumerator | |
---|---|
BDFOrder |
Definition at line 95 of file AssemblyPolicyGeneralizedStokes.hpp.
|
inline |
Definition at line 92 of file AssemblyPolicyGeneralizedStokes.hpp.
|
inlinevirtual |
Definition at line 93 of file AssemblyPolicyGeneralizedStokes.hpp.
void initAssembly | ( | Teuchos::ParameterList & | list | ) |
Definition at line 117 of file AssemblyPolicyGeneralizedStokes.hpp.
void assembleSystem | ( | matrixPtr_Type | systemMatrix, |
vectorPtr_Type | rhs, | ||
vectorPtr_Type | solution, | ||
preconditionerPtr_Type | preconditioner | ||
) |
Definition at line 190 of file AssemblyPolicyGeneralizedStokes.hpp.
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
matrixPtr_Type M_stokesMatrix |
Definition at line 104 of file AssemblyPolicyGeneralizedStokes.hpp.
assemblerPtr_Type M_assembler |
Definition at line 105 of file AssemblyPolicyGeneralizedStokes.hpp.