On 9/18/19 9:33 AM, Konrad Simon wrote:
> 
> I have a quick question: Suppose I know a vector that is close to the 
> solution of my linear system. Is there a method to initialize an 
> iterative solver with this vector?

Yes, you just set the solution vector to your best guess before you pass 
it to the solver. But you'll find that in practice, this rarely reduced 
the number of iterations by any significant amount :-(

Best
  W.

-- 
------------------------------------------------------------------------
Wolfgang Bangerth          email:                 bange...@colostate.edu
                            www: http://www.math.colostate.edu/~bangerth/

-- 
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dealii+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/63dae2f8-18cb-68a6-0605-f448bf508e18%40colostate.edu.

Reply via email to