We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c30d987 commit 79fe875Copy full SHA for 79fe875
lib/OrdinaryDiffEqSymplecticRK/src/algorithms.jl
@@ -30,6 +30,8 @@ struct VelocityVerlet <: OrdinaryDiffEqPartitionedAlgorithm end
30
verlet1967, "", "")
31
struct VerletLeapfrog <: OrdinaryDiffEqPartitionedAlgorithm end
32
33
+default_linear_interpolation(alg::VerletLeapfrog, prob) = true
34
+
35
@doc generic_solver_docstring("2nd order explicit symplectic integrator.",
36
"PseudoVerletLeapfrog",
37
"Symplectic Runge-Kutta Methods",
0 commit comments