![]() |
LifeV
|
#include <AssemblyPolicyNavierStokesNewton.hpp>
Inheritance diagram for AssemblyPolicyNavierStokesNewton< mesh_Type >:
Collaboration diagram for AssemblyPolicyNavierStokesNewton< mesh_Type >: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 AssemblyPolicyNavierStokesNewton.hpp.
| typedef std::shared_ptr< NavierStokesProblem<mesh_Type> > NSProblemPtr_Type |
Definition at line 77 of file AssemblyPolicyNavierStokesNewton.hpp.
| typedef MatrixEpetra<Real> matrix_Type |
Definition at line 78 of file AssemblyPolicyNavierStokesNewton.hpp.
| typedef std::shared_ptr<matrix_Type> matrixPtr_Type |
Definition at line 79 of file AssemblyPolicyNavierStokesNewton.hpp.
| typedef VectorEpetra vector_Type |
Definition at line 80 of file AssemblyPolicyNavierStokesNewton.hpp.
| typedef std::shared_ptr<VectorEpetra> vectorPtr_Type |
Definition at line 81 of file AssemblyPolicyNavierStokesNewton.hpp.
| typedef MeshPartitioner< mesh_Type > meshPartitioner_Type |
Definition at line 82 of file AssemblyPolicyNavierStokesNewton.hpp.
Definition at line 83 of file AssemblyPolicyNavierStokesNewton.hpp.
| typedef std::shared_ptr<map_Type> mapPtr_Type |
Definition at line 84 of file AssemblyPolicyNavierStokesNewton.hpp.
| typedef FESpace< mesh_Type, map_Type > fespace_Type |
Definition at line 85 of file AssemblyPolicyNavierStokesNewton.hpp.
| typedef std::shared_ptr< fespace_Type > fespacePtr_Type |
Definition at line 86 of file AssemblyPolicyNavierStokesNewton.hpp.
| typedef TimeAdvanceBDF<vector_Type> bdf_Type |
Definition at line 87 of file AssemblyPolicyNavierStokesNewton.hpp.
| typedef std::shared_ptr< bdf_Type > bdfPtr_Type |
Definition at line 88 of file AssemblyPolicyNavierStokesNewton.hpp.
| typedef Preconditioner preconditioner_Type |
Definition at line 89 of file AssemblyPolicyNavierStokesNewton.hpp.
| typedef std::shared_ptr<preconditioner_Type> preconditionerPtr_Type |
Definition at line 90 of file AssemblyPolicyNavierStokesNewton.hpp.
| anonymous enum |
| Enumerator | |
|---|---|
| BDFOrder | |
Definition at line 92 of file AssemblyPolicyNavierStokesNewton.hpp.
| void initAssembly | ( | Teuchos::ParameterList & | list | ) |
Definition at line 113 of file AssemblyPolicyNavierStokesNewton.hpp.
| void assembleSystem | ( | matrixPtr_Type | systemMatrix, |
| vectorPtr_Type | rhs, | ||
| vectorPtr_Type | solution, | ||
| preconditionerPtr_Type | preconditioner | ||
| ) |
Definition at line 134 of file AssemblyPolicyNavierStokesNewton.hpp.
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
Implements AssemblyPolicyStokes< mesh_Type >.
|
pure virtual |
Here is the caller graph for this function:
|
pure virtual |
Here is the caller graph for this function:| matrixPtr_Type M_massMatrix |
Definition at line 101 of file AssemblyPolicyNavierStokesNewton.hpp.