From 011a815b1d3fabf210e435996fdb614274fdaa6a Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Fri, 20 Oct 2023 06:15:02 -0400 Subject: [PATCH] Update src/pseudotransient.jl --- src/pseudotransient.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pseudotransient.jl b/src/pseudotransient.jl index 5b747ea55..debd4b3b9 100644 --- a/src/pseudotransient.jl +++ b/src/pseudotransient.jl @@ -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