choreo.segm.ODE.ImplicitRKTable#
- class ImplicitRKTable#
Butcher Tables for fully implicit Runge-Kutta methods
Butcher tables defined in [1] and [2].
- Cited:
Class Constructor
- __init__(*args, **kwargs)
Methods Summary
Returns
Trueif the Runge-Kutta method is symmetric.Returns
Trueif the pair of Runge-Kutta methods is symmetric.Returns
Trueif the Runge-Kutta method is symplectic.Returns
Trueif the pair of Runge-Kutta methods is symplectic.Computes the symmetric adjoint of a
ImplicitRKTable.Computes the symmetry default of a single / a pair of
ImplicitRKTable.Computes the symplectic adjoint of a
ImplicitRKTable.Computes the symplecticity default of a single / a pair of
ImplicitRKTable.Attributes