Skip to content

Commit

Permalink
collapse docstrings by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnoStrouwen committed Aug 25, 2024
1 parent 1f08cee commit 0cd03e0
Show file tree
Hide file tree
Showing 25 changed files with 76 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/src/explicit/AdamsBashforthMoulton.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
```@meta
CollapsedDocStrings = true
```
# OrdinaryDiffEqAdamsBashforthMoulton

Multistep methods, useful for integrating a very expensive to evaluate non-stiff system of differential equations.
Expand Down
3 changes: 3 additions & 0 deletions docs/src/explicit/Extrapolation.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
```@meta
CollapsedDocStrings = true
```
# OrdinaryDiffEqExtrapolation

Solvers based on within method parallelism.
Expand Down
3 changes: 3 additions & 0 deletions docs/src/explicit/Feagin.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
```@meta
CollapsedDocStrings = true
```
# OrdinaryDiffEqFeagin

Preferred solvers for non-stiff problems at very low tolerance, `<1e-30`.
Expand Down
3 changes: 3 additions & 0 deletions docs/src/explicit/HighOrderRK.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
```@meta
CollapsedDocStrings = true
```
# OrdinaryDiffEqHighOrderRK

Solvers for non-stiff problems at low tolerance.
Expand Down
3 changes: 3 additions & 0 deletions docs/src/explicit/LowOrderRK.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
```@meta
CollapsedDocStrings = true
```
# OrdinaryDiffEqLowOrderRK

If [`OrdinaryDiffEqTsit5`](@ref OrdinaryDiffEqTsit5) is not working well for your non-stiff problem at default and higher tolerance,
Expand Down
3 changes: 3 additions & 0 deletions docs/src/explicit/LowStorageRK.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
```@meta
CollapsedDocStrings = true
```
# OrdinaryDiffEqLowStorageRK

These methods are designed to have reduced register requirements, allowing for larger sets of ODEs to more
Expand Down
3 changes: 3 additions & 0 deletions docs/src/explicit/Nordsieck.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
```@meta
CollapsedDocStrings = true
```
# OrdinaryDiffEqNordsieck

The Nordsieck form is an alternative representation of multistep methods which,
Expand Down
3 changes: 3 additions & 0 deletions docs/src/explicit/PRK.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
```@meta
CollapsedDocStrings = true
```
# OrdinaryDiffEqPRK

Explicit solvers optimized for a certain number of parallel calls of the system of ordinary differential equations `f`.
Expand Down
3 changes: 3 additions & 0 deletions docs/src/explicit/QPRK.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
```@meta
CollapsedDocStrings = true
```
# OrdinaryDiffEqQPRK

Explicit solvers optimized for a certain number of parallel calls of the system of ordinary differential equations `f`.
Expand Down
3 changes: 3 additions & 0 deletions docs/src/explicit/RKN.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
```@meta
CollapsedDocStrings = true
```
# OrdinaryDiffEqRKN

Second order solvers.
Expand Down
3 changes: 3 additions & 0 deletions docs/src/explicit/SSPRK.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
```@meta
CollapsedDocStrings = true
```
# OrdinaryDiffEqSSPRK

SSPRK methods are Runge-Kutta methods which support the "strongly preserving property" (SSP).
Expand Down
3 changes: 3 additions & 0 deletions docs/src/explicit/SymplecticRK.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
```@meta
CollapsedDocStrings = true
```
# OrdinaryDiffEqSymplecticRK

A symplectic integrator is an integrator whose solution resides on a symplectic manifold.
Expand Down
3 changes: 3 additions & 0 deletions docs/src/explicit/Tsit5.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
```@meta
CollapsedDocStrings = true
```
# [OrdinaryDiffEqTsit5](@id OrdinaryDiffEqTsit5)

Recommended solver for most non-stiff problems at default and higher tolerance.
Expand Down
3 changes: 3 additions & 0 deletions docs/src/explicit/Verner.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
```@meta
CollapsedDocStrings = true
```
# [OrdinaryDiffEqVerner](@id OrdinaryDiffEqVerner)

Preferred solvers for non-stiff problems at low tolerance.
Expand Down
3 changes: 3 additions & 0 deletions docs/src/imex/IMEXMultistep.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
```@meta
CollapsedDocStrings = true
```
# OrdinaryDiffEqIMEXMultistep

Solvers if your system of ordinary differential equations can be split up into the sum of a stiff and non-stiff part.
Expand Down
3 changes: 3 additions & 0 deletions docs/src/implicit/BDF.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
```@meta
CollapsedDocStrings = true
```
# OrdinaryDiffEqBDF

Multistep methods, good for large stiff systems.
Expand Down
3 changes: 3 additions & 0 deletions docs/src/implicit/Extrapolation.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
```@meta
CollapsedDocStrings = true
```
# [OrdinaryDiffEqExtrapolation](@id StiffExtrapolation)

Solvers based on within method parallelism.
Expand Down
3 changes: 3 additions & 0 deletions docs/src/implicit/FIRK.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
```@meta
CollapsedDocStrings = true
```
# OrdinaryDiffEqFIRK

FIRK methods are fully implicit Runge-Kutta methods.
Expand Down
3 changes: 3 additions & 0 deletions docs/src/implicit/PDIRK.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
```@meta
CollapsedDocStrings = true
```
# OrdinaryDiffEqPDIRK

PDIRK methods are parallel DIRK methods.
Expand Down
4 changes: 4 additions & 0 deletions docs/src/implicit/Rosenbrock.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@

```@meta
CollapsedDocStrings = true
```
# OrdinaryDiffEqRosenbrock

Methods for small and medium sized stiff systems of differential equations.
Expand Down
3 changes: 3 additions & 0 deletions docs/src/implicit/SDIRK.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
```@meta
CollapsedDocStrings = true
```
# OrdinaryDiffEqSDIRK

This article is a stub.
Expand Down
3 changes: 3 additions & 0 deletions docs/src/implicit/StabalizedIRK.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
```@meta
CollapsedDocStrings = true
```
# OrdinaryDiffEqStabalizedIRK

Stabilized Explicit Runge-Kutta methods,
Expand Down
3 changes: 3 additions & 0 deletions docs/src/implicit/StabalizedRK.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
```@meta
CollapsedDocStrings = true
```
# OrdinaryDiffEqStabalizedRK

Explicit stabilized methods utilize an upper bound on the spectral radius of the Jacobian.
Expand Down
3 changes: 3 additions & 0 deletions docs/src/semilinear/ExponentialRK.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
```@meta
CollapsedDocStrings = true
```
# OrdinaryDiffEqExponentialRK

Methods for semi-linear differential equations.
Expand Down
3 changes: 3 additions & 0 deletions docs/src/semilinear/Linear.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
```@meta
CollapsedDocStrings = true
```
# OrdinaryDiffEqLinear

Methods for semi-linear differential equations.
Expand Down

0 comments on commit 0cd03e0

Please sign in to comment.