choreo.segm.ODE.ImplicitRKTable#
- class ImplicitRKTable(a_table=None, quad_table=None, beta_table=None, gamma_table=None, th_cvg_rate=None)#
Butcher Tables for fully implicit Runge-Kutta methods
Butcher tables defined in [1] and [2].
- Cited:
Class Constructor
- __init__(*args, **kwargs)
Methods Summary
Returns
True
if the Runge-Kutta method is symmetric.Returns
True
if the pair of Runge-Kutta methods is symmetric.Returns
True
if the Runge-Kutta method is symplectic.Returns
True
if 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