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 cf623aa commit baf9b7aCopy full SHA for baf9b7a
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_NLProbData{NLProb, UNLProb, SetGammaC, SetOuterTmp, SetInnerTmp, NLProbMap}
+struct ODENLStepData{NLProb, UNLProb, SetGammaC, SetOuterTmp, SetInnerTmp, NLProbMap}
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