You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Initial step size; 0 means it is automatically chosen."
66
-
init_ϵ::T
67
63
"Choice of integrator, specified either using a `Symbol` or [`AbstractIntegrator`](@ref)"
68
64
integrator::Union{Symbol,AbstractIntegrator}
69
-
"Choice of initial metric, specified using a `Symbol` or `AbstractMetric`. The metric type will be preserved during adaption."
65
+
"Choice of initial metric; `Symbol` means it is automatically initialised. The metric type will be preserved during automatic initialisation and adaption."
"Initial step size; 0 means automatically searching using a heuristic procedure."
105
-
init_ϵ::T
106
93
"Number of leapfrog steps."
107
94
n_leapfrog::Int
108
95
"Choice of integrator, specified either using a `Symbol` or [`AbstractIntegrator`](@ref)"
109
96
integrator::Union{Symbol,AbstractIntegrator}
110
-
"Choice of initial metric, specified using a `Symbol` or `AbstractMetric`. The metric type will be preserved during adaption."
97
+
"Choice of initial metric; `Symbol` means it is automatically initialised. The metric type will be preserved during automatic initialisation and adaption."
"Initial step size; 0 means automatically searching using a heuristic procedure."
148
-
init_ϵ::T
149
139
"Choice of integrator, specified either using a `Symbol` or [`AbstractIntegrator`](@ref)"
150
140
integrator::Union{Symbol,AbstractIntegrator}
151
-
"Choice of initial metric, specified using a `Symbol` or `AbstractMetric`. The metric type will be preserved during adaption."
141
+
"Choice of initial metric; `Symbol` means it is automatically initialised. The metric type will be preserved during automatic initialisation and adaption."
0 commit comments