You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An implementation of PseudoTransient method that is used to solve steady state problems in an accelerated manner. It uses an adaptive time-stepping to
6
-
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
7
-
gain a rapid convergence. This implementation specifically uses "switched evolution relaxation" SER method. For detail information about the time-stepping and algorithm,
8
-
please see the paper: [Coffey, Todd S. and Kelley, C. T. and Keyes, David E. (2003), Pseudotransient Continuation and Differential-Algebraic Equations,
5
+
An implementation of PseudoTransient method that is used to solve steady state problems in
6
+
an accelerated manner. It uses an adaptive time-stepping to integrate an initial value of
7
+
nonlinear problem until sufficient accuracy in the desired steady-state is achieved to
8
+
switch over to Newton's method and gain a rapid convergence. This implementation
9
+
specifically uses "switched evolution relaxation" SER method. For detail information about
10
+
the time-stepping and algorithm, please see the paper:
11
+
[Coffey, Todd S. and Kelley, C. T. and Keyes, David E. (2003), Pseudotransient Continuation and Differential-Algebraic Equations,
9
12
SIAM Journal on Scientific Computing,25, 553-569.](https://doi.org/10.1137/S106482750241044X)
10
13
11
14
### Keyword Arguments
@@ -78,11 +81,9 @@ end
78
81
isinplace(::PseudoTransientCache{iip}) where {iip} = iip
79
82
80
83
function SciMLBase.__init(prob::NonlinearProblem{uType, iip}, alg_::PseudoTransient,
0 commit comments