1 #ifndef BDFSECONDORDERDERIVATIVE_H 2 #define BDFSECONDORDERDERIVATIVE_H 1
14 #include <lifev/core/LifeV.hpp> 16 #include <lifev/core/array/VectorEpetra.hpp> 43 void initialize(
const std::vector<vector_Type> InitialData);
VectorEpetra - The Epetra Vector format Wrapper.
void initialize(const std::vector< vector_Type > InitialData)
BDFSecondOrderDerivative(const UInt orderBDF)
void first_der_old_dts(vector_Type &vec_old_timesteps)
void updateInverseJacobian(const UInt &iQuadPt)
void second_der_old_dts(vector_Type &vec_old_timesteps)
Real coefficientFirstDerivative()
std::vector< vector_Type > state()
BDFSecondOrderDerivative()
void setTimeStep(const Real dt)
std::vector< vector_Type > M_states
void shift(const vector_Type newVector)
double Real
Generic real data.
void setBDForder(const UInt order)
~BDFSecondOrderDerivative()
std::shared_ptr< vector_Type > vectorPtr_Type
uint32_type UInt
generic unsigned integer (used mainly for addressing)