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 6d8d859 commit 4ba8796Copy full SHA for 4ba8796
docs/src/basics/faq.md
@@ -427,7 +427,7 @@ for longtime integration.
427
For conserving energy, there are a few things you can do. First of all, the energy
428
error is related to the integration error, so simply solving with higher accuracy
429
will reduce the error. The results in the
430
-[DiffEqBenchmarks](https://github.com/SciML/SciMLBenchmarks.jl) show
+[SciMLBenchmarks](https://github.com/SciML/SciMLBenchmarks.jl) show
431
that using a `DPRKN` method with low tolerance can be a great choice. Another
432
thing you can do is use
433
[the ManifoldProjection callback from the callback library](@ref callback_library).
0 commit comments