LifeV
|
File containing a class to deal the time advancing scheme. A class for an easy handling of different order time discretizations/extrapolations BDF based for first and second order problem. More...
#include <lifev/core/fem/TimeAdvance.hpp>
Go to the source code of this file.
Data Structures | |
class | TimeAdvanceBDF< feVectorType > |
class TimeAdvanceBDF - Backward differencing formula time discretization for the first and the second order problem in time. More... | |
Namespaces | |
LifeV | |
Default Physical Solver. | |
LifeV::anonymous_namespace{TimeAdvanceBDF.hpp} | |
Functions | |
TimeAdvance< VectorEpetra > * | createBDF () |
define the BDF factory; this class runs only the default template parameter. More... | |
Variables | |
const UInt | BDF_MAX_ORDER = 5 |
static bool | registerBDF = TimeAdvanceFactory::instance().registerProduct ( "BDF", &createBDF ) |
File containing a class to deal the time advancing scheme. A class for an easy handling of different order time discretizations/extrapolations BDF based for first and second order problem.
Definition in file TimeAdvanceBDF.hpp.