![]() |
LifeV
|
#include <TimeAndExtrapolationHandlerQuadPts.hpp>
Collaboration diagram for TimeAndExtrapolationHandlerQuadPts< DIM >:Public Member Functions | |
| TimeAndExtrapolationHandlerQuadPts () | |
| TimeAndExtrapolationHandlerQuadPts (const UInt orderBDF) | |
| ~TimeAndExtrapolationHandlerQuadPts () | |
| void | setBDForder (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 | rhsContribution (vector_Type &rhs_bdf) |
| Real | alpha () |
| void | extrapolate (vector_Type &extrapolation) |
Private Types | |
| typedef std::vector< std::vector< VectorSmall< DIM > > > | vector_Type |
| typedef std::shared_ptr< vector_Type > | vectorPtr_Type |
Private Attributes | |
| UInt | M_BDForder |
| std::vector< vector_Type > | M_states |
| UInt | M_sizeStencil |
| Real | M_timeStep |
Definition at line 20 of file TimeAndExtrapolationHandlerQuadPts.hpp.
|
private |
Definition at line 23 of file TimeAndExtrapolationHandlerQuadPts.hpp.
|
private |
Definition at line 25 of file TimeAndExtrapolationHandlerQuadPts.hpp.
Definition at line 82 of file TimeAndExtrapolationHandlerQuadPts.hpp.
Here is the caller graph for this function:| TimeAndExtrapolationHandlerQuadPts | ( | const UInt | orderBDF | ) |
Definition at line 89 of file TimeAndExtrapolationHandlerQuadPts.hpp.
Here is the caller graph for this function:Definition at line 96 of file TimeAndExtrapolationHandlerQuadPts.hpp.
| void setBDForder | ( | const UInt | order | ) |
Definition at line 101 of file TimeAndExtrapolationHandlerQuadPts.hpp.
| void initialize | ( | const std::vector< vector_Type > | InitialData | ) |
Definition at line 115 of file TimeAndExtrapolationHandlerQuadPts.hpp.
| void shift | ( | const vector_Type | newVector | ) |
Definition at line 129 of file TimeAndExtrapolationHandlerQuadPts.hpp.
|
inline |
Definition at line 48 of file TimeAndExtrapolationHandlerQuadPts.hpp.
| void setTimeStep | ( | const Real | dt | ) |
Definition at line 108 of file TimeAndExtrapolationHandlerQuadPts.hpp.
| void rhsContribution | ( | vector_Type & | rhs_bdf | ) |
Definition at line 151 of file TimeAndExtrapolationHandlerQuadPts.hpp.
| Real alpha | ( | ) |
Definition at line 258 of file TimeAndExtrapolationHandlerQuadPts.hpp.
| void extrapolate | ( | vector_Type & | extrapolation | ) |
Definition at line 207 of file TimeAndExtrapolationHandlerQuadPts.hpp.
|
private |
Definition at line 68 of file TimeAndExtrapolationHandlerQuadPts.hpp.
|
private |
Definition at line 71 of file TimeAndExtrapolationHandlerQuadPts.hpp.
|
private |
Definition at line 74 of file TimeAndExtrapolationHandlerQuadPts.hpp.
|
private |
Definition at line 77 of file TimeAndExtrapolationHandlerQuadPts.hpp.