![]() |
LifeV
|
#include <TimeAndExtrapolationHandler.hpp>
Collaboration diagram for TimeAndExtrapolationHandler:Public Member Functions | |
| TimeAndExtrapolationHandler () | |
| TimeAndExtrapolationHandler (const UInt orderBDF, const UInt maximumOrderExtrapolation) | |
| ~TimeAndExtrapolationHandler () | |
| void | setBDForder (const UInt order) |
| void | setMaximumExtrapolationOrder (const UInt order) |
| void | initialize (const std::vector< vector_Type > InitialData) |
| void | shift (const vector_Type newVector) |
| std::vector< vector_Type > | state () |
| void | setTimeStep (const Real dt) |
| void | extrapolate (const UInt order, vector_Type &extrapolation) |
| void | rhsContribution (vector_Type &rhs_bdf) |
| Real | alpha () |
Private Types | |
| typedef VectorEpetra | vector_Type |
| typedef std::shared_ptr< vector_Type > | vectorPtr_Type |
Private Attributes | |
| UInt | M_BDForder |
| UInt | M_maximumExtrapolationOrder |
| std::vector< vector_Type > | M_states |
| UInt | M_sizeStencil |
| Real | M_timeStep |
Definition at line 21 of file TimeAndExtrapolationHandler.hpp.
|
private |
Definition at line 24 of file TimeAndExtrapolationHandler.hpp.
|
private |
Definition at line 26 of file TimeAndExtrapolationHandler.hpp.
Definition at line 6 of file TimeAndExtrapolationHandler.cpp.
Here is the caller graph for this function:| TimeAndExtrapolationHandler | ( | const UInt | orderBDF, |
| const UInt | maximumOrderExtrapolation | ||
| ) |
Definition at line 13 of file TimeAndExtrapolationHandler.cpp.
Here is the caller graph for this function:Definition at line 20 of file TimeAndExtrapolationHandler.cpp.
| void setBDForder | ( | const UInt | order | ) |
Definition at line 24 of file TimeAndExtrapolationHandler.cpp.
| void setMaximumExtrapolationOrder | ( | const UInt | order | ) |
Definition at line 30 of file TimeAndExtrapolationHandler.cpp.
| void initialize | ( | const std::vector< vector_Type > | InitialData | ) |
Definition at line 42 of file TimeAndExtrapolationHandler.cpp.
| void shift | ( | const vector_Type | newVector | ) |
Definition at line 57 of file TimeAndExtrapolationHandler.cpp.
|
inline |
Definition at line 52 of file TimeAndExtrapolationHandler.hpp.
| void setTimeStep | ( | const Real | dt | ) |
Definition at line 36 of file TimeAndExtrapolationHandler.cpp.
| void extrapolate | ( | const UInt | order, |
| vector_Type & | extrapolation | ||
| ) |
Definition at line 78 of file TimeAndExtrapolationHandler.cpp.
| void rhsContribution | ( | vector_Type & | rhs_bdf | ) |
Definition at line 97 of file TimeAndExtrapolationHandler.cpp.
| Real alpha | ( | ) |
Definition at line 117 of file TimeAndExtrapolationHandler.cpp.
|
private |
Definition at line 72 of file TimeAndExtrapolationHandler.hpp.
|
private |
Definition at line 75 of file TimeAndExtrapolationHandler.hpp.
|
private |
Definition at line 78 of file TimeAndExtrapolationHandler.hpp.
|
private |
Definition at line 81 of file TimeAndExtrapolationHandler.hpp.
|
private |
Definition at line 84 of file TimeAndExtrapolationHandler.hpp.