Skip to content

Commit

Permalink
error estimation docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszbaran committed Oct 15, 2021
1 parent 4def88a commit 5788d3a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ makedocs(
"Home" => "index.md",
"Lie group action solvers" => "lie_group_solvers.md",
"Frozen coefficients solvers" => "frozen_coefficients.md",
"Error estimation" => "error_estimation.md",
"Notation" => "notation.md",
"Examples" => "examples.md",
],
Expand Down
12 changes: 12 additions & 0 deletions docs/src/error_estimation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Error estimation

Methods with time step adaptation require estimating the error of the solution. The error
is then forwarded to algorithms from OrdinaryDiffEq.jl, see [documentation](https://diffeq.sciml.ai/stable/extras/timestepping/).

```@autodocs
Modules = [ManifoldDiffEq]
Pages = ["error_estimation.jl"]
Order = [:type, :function]
```

## Literature

0 comments on commit 5788d3a

Please sign in to comment.