dynLattice
Loading...
Searching...
No Matches
Classes
LeapFrogModule.h File Reference

Leap-frog time integration algorithm for explicit dynamics. More...

Include dependency graph for LeapFrogModule.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  LeapFrogModule
 Module for leap-frog time integration. More...
 

Detailed Description

Author
Til Gärtner

This module implements the leap-frog time integration scheme for explicit dynamic analysis. The leap-frog method is a second-order accurate symplectic integrator that maintains energy conservation properties.

Note
this is an old and largely untested module, use with caution