Skip to content

Commit

Permalink
Update src/pseudotransient.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Oct 20, 2023
1 parent 0eb715d commit 011a815
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pseudotransient.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""
PseudoTransient{nothing, AutoForwardDiff{0, Bool}, Nothing, typeof(NonlinearSolve.DEFAULT_PRECS), Float64}(AutoForwardDiff{0, Bool}(true),
nothing, NonlinearSolve.DEFAULT_PRECS, 0.001)
PseudoTransient(; concrete_jac = nothing, linsolve = nothing,
precs = DEFAULT_PRECS, alpha_initial = 1e-3, adkwargs...)
An implementation of PseudoTransient method that is used to solve steady state problems in an accelerated manner. It uses an adaptive time-stepping to
integrate an initial value of nonlinear problem until sufficient accuracy in the desired steady-state is achieved to switch over to Newton's method and
Expand Down

0 comments on commit 011a815

Please sign in to comment.