#include <cl_BDF.hpp>
Public Member Functions | |
| BDF (ShiftRegister< real > &aH) | |
| void | compute_coefficients () |
| const Vector< real > & | coefficients () const |
| real | eval (ShiftRegister< real > &aY, const real aF, const bool aUpdateCoefficients=true) |
| real | deval (const ShiftRegister< real > &aY, const bool aUpdateCoefficients=true) |
| const Vector< real > & | eval (ShiftRegister< Vector< real > > &aY, const Vector< real > &aF, const bool aUpdateCoefficients=true) |
| const Vector< real > & | deval (const ShiftRegister< Vector< real > > &aY, const bool aUpdateCoefficients=true) |
| belfem::ode::BDF::BDF | ( | ShiftRegister< real > & | aH | ) |
| void belfem::ode::BDF::compute_coefficients | ( | ) |
| real belfem::ode::BDF::deval | ( | const ShiftRegister< real > & | aY, |
| const bool | aUpdateCoefficients = true ) |
| const Vector< real > & belfem::ode::BDF::deval | ( | const ShiftRegister< Vector< real > > & | aY, |
| const bool | aUpdateCoefficients = true ) |
| real belfem::ode::BDF::eval | ( | ShiftRegister< real > & | aY, |
| const real | aF, | ||
| const bool | aUpdateCoefficients = true ) |
| const Vector< real > & belfem::ode::BDF::eval | ( | ShiftRegister< Vector< real > > & | aY, |
| const Vector< real > & | aF, | ||
| const bool | aUpdateCoefficients = true ) |