This is related to JuliaGNI/GeometricEquations.jl#17.
There are ensemble problems for some of the examples in GeometricProblems, e.g:
|
function odeensemble(samples = [q₀, q₁, q₂]; parameters = default_parameters, tspan = tspan, tstep = tstep) |
|
ODEEnsemble(rigid_body_v, tspan, tstep, samples; parameters = parameters) |
|
end |
.
Is it possible to do something similar also for vector fields that are generated with EulerLagrange? At the moment this does not seem to work because of JuliaGNI/GeometricEquations.jl#17.