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 | |
| ChStaticAnalysis (ChIntegrableIIorder &integrable) | |
| virtual void | StaticAnalysis ()=0 | 
| Performs the static analysis. | |
| ChIntegrable * | GetIntegrable () | 
| Get the integrable object. | |
| const ChState & | GetX () const | 
| Access the state, position part, at current analysis. | |
| const ChVectorDynamic & | GetL () const | 
| Access the Lagrange multipliers, if any. | |
| Protected Attributes | |
| ChIntegrableIIorder * | m_integrable | 
| ChState | X | 
| ChVectorDynamic | L | 
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
