PhysicsBasedAnimationToolkit 0.0.10
Cross-platform C++20 library of algorithms and data structures commonly used in computer graphics research on physically-based simulation.
Loading...
Searching...
No Matches
pbat::sim::algorithm::newton::Config Member List

This is the complete list of members for pbat::sim::algorithm::newton::Config, including all inherited members.

cArmijopbat::sim::algorithm::newton::Config
Construct()pbat::sim::algorithm::newton::Config
Deserialize(io::Archive const &archive)pbat::sim::algorithm::newton::Config
gtolpbat::sim::algorithm::newton::Config
muCpbat::sim::algorithm::newton::Config
nMaxAugmentedLagrangianIterationspbat::sim::algorithm::newton::Config
nMaxLinearSolverIterationspbat::sim::algorithm::newton::Config
nMaxLineSearchIterationspbat::sim::algorithm::newton::Config
nMaxNewtonIterationspbat::sim::algorithm::newton::Config
nSubstepspbat::sim::algorithm::newton::Config
rtolpbat::sim::algorithm::newton::Config
Serialize(io::Archive &archive) constpbat::sim::algorithm::newton::Config
tauArmijopbat::sim::algorithm::newton::Config
WithContactParameters(Scalar muC)pbat::sim::algorithm::newton::Config
WithConvergence(int maxAugmentedLagrangianIterations, int maxNewtonIterations, Scalar gtol, int maxLinearSolverIterations, Scalar rtol)pbat::sim::algorithm::newton::Config
WithLineSearch(int maxLineSearchIterations, Scalar tauArmijo, Scalar cArmijo)pbat::sim::algorithm::newton::Config
WithSubsteps(int substeps)pbat::sim::algorithm::newton::Config