Click or drag to resize

MultiFunctionMath.IntegrateConservativeOde Method

Overload List
  NameDescription
Public methodStatic memberIntegrateConservativeOde(Func<Double, IReadOnlyList<Double>, IReadOnlyList<Double>>, Double, IReadOnlyList<Double>, IReadOnlyList<Double>, Double)
Solves a set of coupled, conservative second order ordinary differential equation initial value problems.
Public methodStatic memberIntegrateConservativeOde(Func<Double, IReadOnlyList<Double>, IReadOnlyList<Double>>, Double, IReadOnlyList<Double>, IReadOnlyList<Double>, Double, MultiOdeSettings)
Solves a set of coupled, conservative second order ordinary differential equation initial value problems using the given settings.
Top
See Also