LifeV
TimeAdvanceNewmark.hpp File Reference

File containing a class to deal the time advancing scheme. This class consider $\theta$-method for first order problems and TimeAdvanceNewmark scheme for the second order problems. More...

#include <string>
#include <iostream>
#include <stdexcept>
#include <sstream>
#include <cmath>
#include <lifev/core/fem/TimeAdvance.hpp>
#include <lifev/core/array/VectorEpetra.hpp>
+ Include dependency graph for TimeAdvanceNewmark.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  TimeAdvanceNewmark< feVectorType >
 TimeAdvanceNewmark - Class to deal the $theta$-method and TimeAdvanceNewmark scheme. More...
 

Namespaces

 LifeV
 Default Physical Solver.
 
 LifeV::anonymous_namespace{TimeAdvanceNewmark.hpp}
 

Functions

TimeAdvance< VectorEpetra > * createTimeAdvanceNewmark ()
 define the TimeAdvanceNewmark; this class runs only the default template parameter. More...
 

Variables

static bool registerTimeAdvanceNewmark = TimeAdvanceFactory::instance().registerProduct ( "Newmark", &createTimeAdvanceNewmark)
 

Detailed Description

File containing a class to deal the time advancing scheme. This class consider $\theta$-method for first order problems and TimeAdvanceNewmark scheme for the second order problems.

Date
09-2010
Author
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 TimeAdvanceNewmark.hpp.