LifeV
TimeAdvanceBDF.hpp File Reference

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 dependency graph for TimeAdvanceBDF.hpp:
+ This graph shows which files directly or indirectly include this file:

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 )
 

Detailed Description

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.

Date
09-2010
Author
Simone Deparis simon.nosp@m.e.de.nosp@m.paris.nosp@m.@epf.nosp@m.l.ch
Matteo Pozzoli matte.nosp@m.o1.p.nosp@m.ozzol.nosp@m.i@ma.nosp@m.il.po.nosp@m.limi.nosp@m..it
Contributor:
Matteo Pozzoli matte.nosp@m.o1.p.nosp@m.ozzol.nosp@m.i@ma.nosp@m.il.po.nosp@m.limi.nosp@m..it
Maintainer:
Matteo Pozzoli matte.nosp@m.o1.p.nosp@m.ozzol.nosp@m.i@ma.nosp@m.il.po.nosp@m.limi.nosp@m..it

Definition in file TimeAdvanceBDF.hpp.