File kernel/src/simulationTools/OneStepIntegratorTypes.hpp#

Go to the source code of this file

enum of the available types for one-step time integrators.

namespace OSI#

Namespace for one-step integrators.

Enums

enum TYPES#

List of OneStepIntegrator types/ids.

Values:

enumerator EULERMOREAUOSI#

Euler-Moreau scheme.

enumerator MOREAUJEANOSI#

Moreau-Jean scheme.

enumerator MOREAUJEANGOSI#

??

enumerator LSODAROSI#

LSodar (ode solver with rootfinding process)

enumerator HEM5OSI#

odepack HEM5 (Hairer) solver

enumerator MOREAUDIRECTPROJECTIONOSI#

Moreau-Jean with direct projection.

enumerator MOREAUCOMBINEDPROJECTIONOSI#

Moreau-Jean with combined projection.

enumerator D1MINUSLINEAROSI#

Intregrator based on discontinuous Galerkin methods.

enumerator SCHATZMANPAOLIOSI#

Schatzman-Paoli scheme.

enumerator ZOHOSI#

Zero-order osi (?)

enumerator NEWMARKALPHAOSI#

Newmark-like scheme.

enumerator MOREAUJEANBILBAOOSI#

Moreau-Jean-Bilbao.