integrator namespace
Documentation for hub
Classes
- 
              template<typename TypeSystem>class GaussRadau
 - class Radau
 - 
              template<typename TypeSystem>class Symplectic10th
 - 
              template<typename TypeSystem>class Symplectic2nd
 - Second symplectic method.
 - 
              template<typename TypeSystem>class Symplectic4th
 - 
              template<typename TypeSystem>class Symplectic6th
 - 
              template<typename TypeSystem>class Symplectic8th
 
Typedefs
- 
              template<typename TypeSystem>using LeapFrogDKD = Symplectic2nd<TypeSystem>
 - Drift-Kick-Drift Leapfrog method.
 
Typedef documentation
              
              
                template<typename TypeSystem>
              
              using hub:: integrator:: LeapFrogDKD = Symplectic2nd<TypeSystem>
            
            Drift-Kick-Drift Leapfrog method.
| Template parameters | |
|---|---|
| TypeSystem | Type class of SpaceHub. |