SPH
Classes
TimeStepping.h File Reference

Algorithms for temporal evolution of the physical model. More...

#include "common/ForwardDecl.h"
#include "objects/containers/Array.h"
#include "objects/geometry/Vector.h"
#include "objects/wrappers/SharedPtr.h"

Go to the source code of this file.

Classes

class  ITimeStepping
 Base object providing integration in time for all quantities. More...
 
class  EulerExplicit
 Simple Euler first-order timestepping. More...
 
class  PredictorCorrector
 Predictor-corrector second-order timestepping. More...
 
class  LeapFrog
 Leapfrog timestepping. More...
 
class  RungeKutta
 
class  ModifiedMidpointMethod
 
class  BulirschStoer
 

Detailed Description

Algorithms for temporal evolution of the physical model.

Author
Pavel Sevecek (sevecek at sirrah.troja.mff.cuni.cz)
Date
2016-2021

Definition in file TimeStepping.h.