LifeV
|
#include <AssemblyPolicyNavierStokesPicard.hpp>
Public Member Functions | |
void | initAssembly (Teuchos::ParameterList &list) |
void | assembleSystem (matrixPtr_Type systemMatrix, vectorPtr_Type rhs, vectorPtr_Type solution, preconditionerPtr_Type preconditioner) |
virtual Displayer | displayer ()=0 |
virtual fespacePtr_Type | uFESpace () const =0 |
virtual fespacePtr_Type | pFESpace () const =0 |
virtual NSProblemPtr_Type | problem () const =0 |
virtual Real | timestep () const =0 |
virtual bdfPtr_Type | bdf () const =0 |
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 |
Data Fields | |
matrixPtr_Type | M_massMatrix |
Data Fields inherited from AssemblyPolicyStokes< mesh_Type > | |
matrixPtr_Type | M_stokesMatrix |
assemblerPtr_Type | M_assembler |
Definition at line 75 of file AssemblyPolicyNavierStokesPicard.hpp.
typedef std::shared_ptr< NavierStokesProblem<mesh_Type> > NSProblemPtr_Type |
Definition at line 77 of file AssemblyPolicyNavierStokesPicard.hpp.
typedef MatrixEpetra<Real> matrix_Type |
Definition at line 78 of file AssemblyPolicyNavierStokesPicard.hpp.
typedef std::shared_ptr<matrix_Type> matrixPtr_Type |
Definition at line 79 of file AssemblyPolicyNavierStokesPicard.hpp.
typedef VectorEpetra vector_Type |
Definition at line 80 of file AssemblyPolicyNavierStokesPicard.hpp.
typedef std::shared_ptr<VectorEpetra> vectorPtr_Type |
Definition at line 81 of file AssemblyPolicyNavierStokesPicard.hpp.
typedef MeshPartitioner< mesh_Type > meshPartitioner_Type |
Definition at line 82 of file AssemblyPolicyNavierStokesPicard.hpp.
Definition at line 83 of file AssemblyPolicyNavierStokesPicard.hpp.
typedef std::shared_ptr<map_Type> mapPtr_Type |
Definition at line 84 of file AssemblyPolicyNavierStokesPicard.hpp.
typedef FESpace< mesh_Type, map_Type > fespace_Type |
Definition at line 85 of file AssemblyPolicyNavierStokesPicard.hpp.
typedef std::shared_ptr< fespace_Type > fespacePtr_Type |
Definition at line 86 of file AssemblyPolicyNavierStokesPicard.hpp.
typedef TimeAdvanceBDF<vector_Type> bdf_Type |
Definition at line 87 of file AssemblyPolicyNavierStokesPicard.hpp.
typedef std::shared_ptr< bdf_Type > bdfPtr_Type |
Definition at line 88 of file AssemblyPolicyNavierStokesPicard.hpp.
typedef Preconditioner preconditioner_Type |
Definition at line 89 of file AssemblyPolicyNavierStokesPicard.hpp.
typedef std::shared_ptr<preconditioner_Type> preconditionerPtr_Type |
Definition at line 90 of file AssemblyPolicyNavierStokesPicard.hpp.
anonymous enum |
Enumerator | |
---|---|
BDFOrder |
Definition at line 92 of file AssemblyPolicyNavierStokesPicard.hpp.
void initAssembly | ( | Teuchos::ParameterList & | list | ) |
Definition at line 113 of file AssemblyPolicyNavierStokesPicard.hpp.
void assembleSystem | ( | matrixPtr_Type | systemMatrix, |
vectorPtr_Type | rhs, | ||
vectorPtr_Type | solution, | ||
preconditionerPtr_Type | preconditioner | ||
) |
Definition at line 134 of file AssemblyPolicyNavierStokesPicard.hpp.
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
Implements AssemblyPolicyStokes< mesh_Type >.
|
pure virtual |
|
pure virtual |
matrixPtr_Type M_massMatrix |
Definition at line 101 of file AssemblyPolicyNavierStokesPicard.hpp.