LifeV
|
#include <TimeIterationPolicyLinear.hpp>
Protected Types | |
enum | { BDFOrder = AssemblyPolicy::BDFOrder } |
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 BCHandler | bcContainer_Type |
typedef std::shared_ptr< bcContainer_Type > | bcContainerPtr_Type |
Protected Member Functions | |
void | initTimeIteration (Teuchos::ParameterList &list) |
void | iterate (vectorPtr_Type solution, bcContainerPtr_Type bchandler, const Real ¤tTime) |
virtual Displayer | displayer ()=0 |
virtual fespacePtr_Type | uFESpace () const =0 |
virtual fespacePtr_Type | pFESpace () const =0 |
Protected Attributes | |
bool | M_computeResidual |
matrixPtr_Type | M_systemMatrix |
vectorPtr_Type | M_rhs |
mapPtr_Type | M_solutionMap |
Definition at line 71 of file TimeIterationPolicyLinear.hpp.
|
protected |
Definition at line 74 of file TimeIterationPolicyLinear.hpp.
|
protected |
Definition at line 75 of file TimeIterationPolicyLinear.hpp.
|
protected |
Definition at line 76 of file TimeIterationPolicyLinear.hpp.
|
protected |
Definition at line 77 of file TimeIterationPolicyLinear.hpp.
|
protected |
Definition at line 78 of file TimeIterationPolicyLinear.hpp.
Definition at line 79 of file TimeIterationPolicyLinear.hpp.
|
protected |
Definition at line 80 of file TimeIterationPolicyLinear.hpp.
|
protected |
Definition at line 81 of file TimeIterationPolicyLinear.hpp.
|
protected |
Definition at line 82 of file TimeIterationPolicyLinear.hpp.
|
protected |
Definition at line 83 of file TimeIterationPolicyLinear.hpp.
|
protected |
Definition at line 84 of file TimeIterationPolicyLinear.hpp.
|
protected |
Definition at line 85 of file TimeIterationPolicyLinear.hpp.
|
protected |
Definition at line 86 of file TimeIterationPolicyLinear.hpp.
|
protected |
Enumerator | |
---|---|
BDFOrder |
Definition at line 88 of file TimeIterationPolicyLinear.hpp.
|
protected |
Definition at line 111 of file TimeIterationPolicyLinear.hpp.
|
protected |
Definition at line 132 of file TimeIterationPolicyLinear.hpp.
|
protectedpure virtual |
|
protectedpure virtual |
|
protectedpure virtual |
|
protected |
Definition at line 97 of file TimeIterationPolicyLinear.hpp.
|
protected |
Definition at line 99 of file TimeIterationPolicyLinear.hpp.
|
protected |
Definition at line 100 of file TimeIterationPolicyLinear.hpp.
|
protected |
Definition at line 101 of file TimeIterationPolicyLinear.hpp.