Solvers
Description
Collaboration diagram for Solvers:
Classes | |
class | chrono::ChIterativeSolverParallel |
Base class for all iterative solvers. More... | |
class | chrono::ChIterativeSolverParallelNSC |
Wrapper class for all complementarity solvers. More... | |
class | chrono::ChIterativeSolverParallelSMC |
Iterative solver for SMC (penalty-based) problems. More... | |
class | chrono::ChProjectConstraints |
Functor class for performing projection on the hyper-cone. More... | |
class | chrono::ChProjectNone |
Functor class for performing a single cone projection. More... | |
class | chrono::ChShurProduct |
Functor class for calculating the Shur product of the matrix of unilateral constraints. More... | |
class | chrono::ChShurProductBilateral |
Functor class for performing the Shur product of the matrix of bilateral constraints. More... | |
class | chrono::ChShurProductFEM |
Functor class for performing the Shur product. More... | |
class | chrono::ChSolverParallel |
Base class for all Chrono::Parallel solvers. More... | |
class | chrono::ChSolverParallelAPGDREF |
Accelerated Projected Gradient Descent (APGD) solver. Reference implementation. More... | |
class | chrono::ChSolverParallelAPGD |
Accelerated Projected Gradient Descent (APGD) solver. More... | |
class | chrono::ChSolverParallelBB |
Barzilai-Borwein solver. More... | |
class | chrono::ChSolverParallelMinRes |
MINRES solver. More... | |
class | chrono::ChSolverParallelSPGQP |
Spectral Projected Gradient solver. More... | |
class | chrono::ChSolverParallelCG |
Conjugate gradient solver. More... | |
class | chrono::ChSolverParallelJacobi |
Jacobi solver. More... | |
class | chrono::ChSolverParallelGS |
Gauss Seidel solver. More... | |
class | chrono::ChSystemDescriptorParallel |
System descriptor for Chrono::Parallel. More... | |