#include <time_discretization.h>
|
| BDF () |
| Construct a new BDF object Auxiliary constructor for derived classes. More...
|
|
◆ ComputeBDFCoefficients() [1/2]
std::vector< double > Kratos::TimeDiscretization::BDF2::ComputeBDFCoefficients |
( |
const ProcessInfo & |
rProcessInfo | ) |
const |
|
overridevirtual |
Return the BDF coefficients This method computes the BDF coefficients for the time step stored in the variable DELTA_TIME of a ProcessInfo container.
- Parameters
-
- Returns
- std::vector<double> Vector containing the computed BDF coefficients
Reimplemented from Kratos::TimeDiscretization::BDF.
◆ ComputeBDFCoefficients() [2/2]
std::vector< double > Kratos::TimeDiscretization::BDF2::ComputeBDFCoefficients |
( |
double |
DeltaTime, |
|
|
double |
PreviousDeltaTime |
|
) |
| const |
|
overridevirtual |
Return the BDF coefficients This method computes the BDF coefficients for a provided current and old time step.
- Parameters
-
DeltaTime | Time step to compute the BDF coefficients |
PreviousDeltaTime | Old time step to compute the BDF coefficients |
- Returns
- std::vector<double> Vector containing the computed BDF coefficients
Reimplemented from Kratos::TimeDiscretization::BDF.
The documentation for this class was generated from the following files: