Skip to content

Commit b0455d4

Browse files
Merge pull request #843 from murenkov/murenkov-patch-1
Remove non-existing problem type
2 parents 406eadf + 32f7b4b commit b0455d4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/src/solvers/bvp_solve.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
solve(prob::BVProblem, alg, dt; kwargs)
55
solve(prob::TwoPointBVProblem, alg, dt; kwargs)
66
solve(prob::SecondOrderBVProblem, alg, dt; kwargs)
7-
solve(prob::SecondOrderTwoPointBVProblem, alg, dt; kwargs)
87
```
98

109
Solves the BVP defined by `prob` using the algorithm `alg`. All algorithms except `Shooting` and `MultipleShooting` methods should specify a `dt` which is the step size for the discretized mesh.

0 commit comments

Comments
 (0)