Set initial guess in CG solver

More
3 years 5 months ago #4225 by walker_tr9
How do I set the initial guess to use in the CGsolver?
More
3 years 5 months ago #4227 by joachim
cgs = ngsolve.krylovspace.CGSolver(...)
u[:] = ...
cgs.Solve(f, u, initialize=False)

 
Time to create page: 0.124 seconds