Many thanks for your prompt response Jean. I implemented these changes and the results are as expected.
Bests, Satyendra On Fri, Jun 25, 2010 at 17:29, Jean-Paul Pelteret <[email protected]> wrote: > Hi Satyendra, > > From what I understand, the solver uses the current solution vector (all > zero or otherwise) as the starting point. So, when solving Ax=b and you want > the solver starting point to be x0, then just set x=x0 before the solver > step "solver.solve (A, x, b, preconditioner)". > > Hope this helps. > J-P _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
