Public Member Functions |
Protected Member Functions |
Protected Attributes |
Friends |
List of all members
chrono::ChStaticAnalysis Class Referenceabstract
Description
Base class for static analysis.
#include <ChStaticAnalysis.h>
Inheritance diagram for chrono::ChStaticAnalysis:
Collaboration diagram for chrono::ChStaticAnalysis:
Public Member Functions | |
ChIntegrable * | GetIntegrable () |
Get the integrable object. | |
const ChState & | GetStatePos () const |
Access the state, position part, at current analysis. | |
const ChVectorDynamic & | GetLagrangeMultipliers () const |
Access the Lagrange multipliers, if any. | |
Protected Member Functions | |
void | SetIntegrable (ChIntegrableIIorder *integrable) |
Set associated integrable object. | |
virtual void | StaticAnalysis ()=0 |
Performs the static analysis. | |
Protected Attributes | |
ChIntegrableIIorder * | m_integrable |
ChState | X |
ChVectorDynamic | L |
Friends | |
class | ChSystem |
The documentation for this class was generated from the following files:
- /builds/uwsbel/chrono/src/chrono/timestepper/ChStaticAnalysis.h
- /builds/uwsbel/chrono/src/chrono/timestepper/ChStaticAnalysis.cpp