SPH
Public Member Functions | Protected Member Functions | List of all members
BulirschStoer Class Reference

#include <TimeStepping.h>

Inheritance diagram for BulirschStoer:
ITimeStepping Polymorphic

Public Member Functions

 BulirschStoer (const SharedPtr< Storage > &storage, const RunSettings &settings)
 
- Public Member Functions inherited from ITimeStepping
 ITimeStepping (const SharedPtr< Storage > &storage, const RunSettings &settings)
 Constructs the timestepping, using timestep criteria from parameters in settings. More...
 
 ITimeStepping (const SharedPtr< Storage > &storage, const RunSettings &settings, AutoPtr< ITimeStepCriterion > &&criterion)
 Constructs the timestepping, explicitly specifying the timestep criterion used in the run. More...
 
 ~ITimeStepping () override
 
INLINE Float getTimeStep () const
 
void step (IScheduler &scheduler, ISolver &solver, Statistics &stats)
 
- Public Member Functions inherited from Polymorphic
virtual ~Polymorphic ()
 

Protected Member Functions

virtual void stepImpl (IScheduler &scheduler, ISolver &solver, Statistics &stats) override
 

Additional Inherited Members

- Protected Attributes inherited from ITimeStepping
SharedPtr< Storagestorage
 Main storage holding all the particles in the run. More...
 
Float timeStep
 Current time step. More...
 
Float maxTimeStep
 Maximal allowed time step. More...
 
AutoPtr< ITimeStepCriterioncriterion
 Criterion used to compute the time step. More...
 

Detailed Description

Definition at line 157 of file TimeStepping.h.

Constructor & Destructor Documentation

◆ BulirschStoer()

BulirschStoer::BulirschStoer ( const SharedPtr< Storage > &  storage,
const RunSettings settings 
)

Definition at line 554 of file TimeStepping.cpp.

Member Function Documentation

◆ stepImpl()

void BulirschStoer::stepImpl ( IScheduler scheduler,
ISolver solver,
Statistics stats 
)
overrideprotectedvirtual

Implements ITimeStepping.

Definition at line 597 of file TimeStepping.cpp.


The documentation for this class was generated from the following files: