|
PBAT_API | NesterovIntegrator (Data data) |
|
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()
void pbat::sim::vbd::NesterovIntegrator::Solve |
( |
Scalar | sdt, |
|
|
Scalar | sdt2, |
|
|
Index | iterations ) |
|
overrideprotectedvirtual |
The documentation for this class was generated from the following files:
- C:/git/PhysicsBasedAnimationToolkit/source/pbat/sim/vbd/NesterovIntegrator.h
- C:/git/PhysicsBasedAnimationToolkit/source/pbat/sim/vbd/NesterovIntegrator.cpp