|
PBAT_API | Integrator (Data data) |
|
PBAT_API void | Step (Scalar dt, Index iterations, Index substeps=Index{1}) |
|
PBAT_API void | TraceNextStep (std::string const &path=".", Index t=-1) |
| Mark next time step for optimization tracing.
|
|
PBAT_API Scalar | ObjectiveFunction (Eigen::Ref< MatrixX const > const &xk, Eigen::Ref< MatrixX const > const &xtilde, Scalar dt) |
| The following methods are made public for debugging purposes (generally).
|
|
PBAT_API VectorX | ObjectiveFunctionGradient (Eigen::Ref< MatrixX const > const &xk, Eigen::Ref< MatrixX const > const &xtilde, Scalar dt) |
|
◆ Solve()
◆ TraceNextStep()
PBAT_API void pbat::sim::vbd::Integrator::TraceNextStep |
( |
std::string const & | path = ".", |
|
|
Index | t = -1 ) |
Mark next time step for optimization tracing.
- Parameters
-
path | Directory in which to save optimization traces. |
t | Time step index. |
The documentation for this class was generated from the following files:
- C:/git/PhysicsBasedAnimationToolkit/source/pbat/sim/vbd/Integrator.h
- C:/git/PhysicsBasedAnimationToolkit/source/pbat/sim/vbd/Integrator.cpp