![]() |
LifeV
|
File containing a class to deal the time advancing scheme. This class consider
-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 -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) |
File containing a class to deal the time advancing scheme. This class consider
-method for first order problems and TimeAdvanceNewmark scheme for the second order problems.
Definition in file TimeAdvanceNewmark.hpp.