chrono::ChTimestepperIorder Class Reference
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 ChState & | GetState () |
| Access the state at current time. | |
| virtual ChStateDelta & | GetStateDt () |
| Access the derivative of state at current time. | |
| virtual void | SetIntegrable (ChIntegrable *intgr) |
| Set the integrable object. | |
| ChIntegrable * | GetIntegrableIorder () const |
| Get the integrable object. | |
Protected Member Functions | |
| ChTimestepperIorder (ChIntegrable *intgr=nullptr) | |
Protected Attributes | |
| ChIntegrable * | integrable |
| 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