CentralDifferenceIntegrator
CentralDifferenceIntegrator
Bases: TransientIntegrator
Central difference transient integrator.
CentralDifferenceIntegrator performs explicit time integration using the central difference scheme for dynamic transient simulations.
Warning
CentralDifference is an explicit integration method and is only conditionally stable. Ensure your time step is below the critical limit.
Tcl form
integrator CentralDifference
Example
Create a CentralDifference transient integrator.