Set initial guess in CG solver

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

 
Time to create page: 0.095 seconds