Skip to content
Snippets Groups Projects
Commit 92530d2d authored by Brian Groenke's avatar Brian Groenke
Browse files

Default to finite diff in SEB solver

parent 7ab9f697
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ struct Iterative <: SolutionScheme end
Equations from Westermann 2016, but use nonlinear solver.
"""
Base.@kwdef struct Numerical{TSolver} <: SolutionScheme
solver::TSolver = SimpleNewtonRaphson()
solver::TSolver = SimpleNewtonRaphson(autodiff=AutoFiniteDiff())
end
Flatten.flattenable(::Type{<:Numerical}, ::Type) = false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment