Skip to content

Commit

Permalink
Change default SEB solver back to Newton-Raphson
Browse files Browse the repository at this point in the history
  • Loading branch information
bgroenks96 committed Feb 8, 2024
1 parent 8c8d4fb commit 71a8926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Physics/Surface/SEB/seb.jl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ struct Iterative <: SolutionScheme end
Equations from Westermann 2016, but use nonlinear solver.
"""
Base.@kwdef struct Numerical{TSolver} <: SolutionScheme
solver::TSolver = SimpleTrustRegion()
solver::TSolver = SimpleNewtonRaphson()
end
Flatten.flattenable(::Type{<:Numerical}, ::Type) = false

Expand Down

0 comments on commit 71a8926

Please sign in to comment.