euler.hh File Reference
#include "basics/typedefs.hh"
#include "function/vector.hh"
#include "timestepping/strategy.hh"
#include "timestepping/vectors.hh"
Go to the source code of this file.
Classes | |
class | timestepping::Euler |
Timestep strategy for the explicit Euler algorithm to solve first order problems in time. More... | |
class | timestepping::LimitingEuler |
Timestep strategy for the explicit Euler algorithm with limiter to solve first order problems in time. More... | |
class | concepts::Operator< F > |
Abstract class for an operator. More... | |
Namespaces | |
concepts | |
Basic namespace for Concepts-2. | |
timestepping | |
Timestepping methods used to solve PDEs in time and space. | |
Detailed Description
Euler strategy
Definition in file euler.hh.