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 1c1e31b commit 39be7e4Copy full SHA for 39be7e4
src/ODE_nlsolve.jl
@@ -3,7 +3,7 @@
3
4
A collection of all the data required for custom ODE Nonlinear problem solving
5
"""
6
-struct ODE_NLProb{NLProb, UNLProb, NLProbMap, NLProbPmap}
+struct ODE_NLProbData{NLProb, UNLProb, NLProbMap, NLProbPmap}
7
8
The `AbstractNonlinearProblem` to define custom nonlinear problems to be used for
9
implicit time discretizations. This allows to use extra structure of the ODE function (e.g.
0 commit comments