![]() |
LifeV
|
#include <BDFSecondOrderDerivative.hpp>
Collaboration diagram for BDFSecondOrderDerivative:Public Member Functions | |
| BDFSecondOrderDerivative () | |
| BDFSecondOrderDerivative (const UInt orderBDF) | |
| ~BDFSecondOrderDerivative () | |
| 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 | first_der_old_dts (vector_Type &vec_old_timesteps) |
| void | second_der_old_dts (vector_Type &vec_old_timesteps) |
| Real | massCoefficient () |
| Real | coefficientFirstDerivative () |
Private Types | |
| typedef VectorEpetra | 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 21 of file BDFSecondOrderDerivative.hpp.
|
private |
Definition at line 24 of file BDFSecondOrderDerivative.hpp.
|
private |
Definition at line 26 of file BDFSecondOrderDerivative.hpp.
Definition at line 6 of file BDFSecondOrderDerivative.cpp.
Here is the caller graph for this function:| BDFSecondOrderDerivative | ( | const UInt | orderBDF | ) |
Definition at line 12 of file BDFSecondOrderDerivative.cpp.
Here is the caller graph for this function:Definition at line 18 of file BDFSecondOrderDerivative.cpp.
| void setBDForder | ( | const UInt | order | ) |
Definition at line 22 of file BDFSecondOrderDerivative.cpp.
| void initialize | ( | const std::vector< vector_Type > | InitialData | ) |
Definition at line 34 of file BDFSecondOrderDerivative.cpp.
| void shift | ( | const vector_Type | newVector | ) |
Definition at line 45 of file BDFSecondOrderDerivative.cpp.
|
inline |
Definition at line 49 of file BDFSecondOrderDerivative.hpp.
| void setTimeStep | ( | const Real | dt | ) |
Definition at line 28 of file BDFSecondOrderDerivative.cpp.
| void first_der_old_dts | ( | vector_Type & | vec_old_timesteps | ) |
Definition at line 95 of file BDFSecondOrderDerivative.cpp.
| void second_der_old_dts | ( | vector_Type & | vec_old_timesteps | ) |
Definition at line 112 of file BDFSecondOrderDerivative.cpp.
| Real massCoefficient | ( | ) |
Definition at line 63 of file BDFSecondOrderDerivative.cpp.
| Real coefficientFirstDerivative | ( | ) |
Definition at line 79 of file BDFSecondOrderDerivative.cpp.
|
private |
Definition at line 72 of file BDFSecondOrderDerivative.hpp.
|
private |
Definition at line 75 of file BDFSecondOrderDerivative.hpp.
|
private |
Definition at line 78 of file BDFSecondOrderDerivative.hpp.
|
private |
Definition at line 81 of file BDFSecondOrderDerivative.hpp.