You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/types/bvp_types.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,12 @@ SciMLBase.SecondOrderBVProblem
10
10
`BVProblem` solutions return an `ODESolution`. For more information, see the
11
11
[ODE problem definition page](@ref ode_prob) for the `ODESolution` docstring.
12
12
13
+
## Alias Specifier
14
+
15
+
```@docs
16
+
SciMLBase.BVPAliasSpecifier
17
+
```
18
+
13
19
## Example Problems
14
20
15
21
Example problems can be found in [DiffEqProblemLibrary.jl](https://github.com/SciML/DiffEqProblemLibrary.jl/blob/master/lib/BVProblemLibrary/src/BVProblemLibrary.jl).
Copy file name to clipboardExpand all lines: docs/src/types/dde_types.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,12 @@ SciMLBase.DDEFunction
10
10
`DDEProblem` solutions return an `ODESolution`. For more information, see the
11
11
[ODE problem definition page](@ref ode_prob) for the `ODESolution` docstring.
12
12
13
+
## Alias Specifier
14
+
15
+
```@docs
16
+
SciMLBase.DDEAliasSpecifier
17
+
```
18
+
13
19
## Example Problems
14
20
15
21
Example problems can be found in [DiffEqProblemLibrary.jl](https://github.com/SciML/DiffEqProblemLibrary.jl/blob/master/lib/DDEProblemLibrary/src/DDEProblemLibrary.jl).
Copy file name to clipboardExpand all lines: docs/src/types/sde_types.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,12 @@ SciMLBase.SDEFunction
10
10
`SDEProblem` solutions return an `RODESolution`. For more information, see the
11
11
[RODE problem definition page](@ref rode_problem) for the `RODESolution` docstring.
12
12
13
+
## Alias Specifier
14
+
15
+
```@docs
16
+
SciMLBase.SDEAliasSpecifier
17
+
```
18
+
13
19
## Example Problems
14
20
15
21
Examples problems can be found in [DiffEqProblemLibrary.jl](https://github.com/SciML/DiffEqProblemLibrary.jl/blob/master/lib/SDEProblemLibrary/src/SDEProblemLibrary.jl).
0 commit comments