From 36978477bab0d680832ced67a1daf207d88d769f Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Fri, 20 Oct 2023 12:54:43 -0400 Subject: [PATCH] Update src/pseudotransient.jl --- src/pseudotransient.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pseudotransient.jl b/src/pseudotransient.jl index b193a1f97..8e70f2350 100644 --- a/src/pseudotransient.jl +++ b/src/pseudotransient.jl @@ -28,7 +28,7 @@ SIAM Journal on Scientific Computing,25, 553-569.](https://doi.org/10.1137/S1064 algorithms, consult the [LinearSolve.jl documentation](https://docs.sciml.ai/LinearSolve/stable/). - `alpha_initial` : the initial pseudo time step. it defaults to 1e-3. If it is small, - you are going to need more iterations to converge. + you are going to need more iterations to converge but it can be more stable.