How do I set the initial guess to use in the CGsolver?
cgs = ngsolve.krylovspace.CGSolver(…)
u[:] = …
cgs.Solve(f, u, initialize=False)
How do I set the initial guess to use in the CGsolver?
cgs = ngsolve.krylovspace.CGSolver(…)
u[:] = …
cgs.Solve(f, u, initialize=False)