Description

Base class for 1st order timesteppers, that is a time integrator for a ChIntegrable.

#include <ChTimestepper.h>

Inheritance diagram for chrono::ChTimestepperIorder:
Collaboration diagram for chrono::ChTimestepperIorder:

Public Member Functions

virtual ChStateGetState ()
 Access the state at current time.
 
virtual ChStateDeltaGetStateDt ()
 Access the derivative of state at current time.
 
virtual void SetIntegrable (ChIntegrable *intgr)
 Set the integrable object.
 
ChIntegrableGetIntegrableIorder () const
 Get the integrable object.
 

Protected Member Functions

 ChTimestepperIorder (ChIntegrable *intgr=nullptr)
 

Protected Attributes

ChIntegrableintegrable
 
ChState Y
 
ChStateDelta dYdt
 

The documentation for this class was generated from the following files:
  • /builds/uwsbel/chrono/src/chrono/timestepper/ChTimestepper.h
  • /builds/uwsbel/chrono/src/chrono/timestepper/ChTimestepper.cpp