Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NGSolve/ngsolve
/ Update
Method
Update
python/krylovspace.py:125–127 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
123
self.Solve(rhs=x, sol=y, initialize=True)
124
125
def
Update(self):
126
if
hasattr(self.pre,
"Update"
):
127
self.pre.Update()
128
129
def
CheckResidual(self, residual):
130
self.iterations += 1
Callers
6
BVP
Function · 0.45
_UpdateInverse
Method · 0.45
scattering.py
File · 0.45
all_in_one.py
File · 0.45
SolveBVP
Function · 0.45
CalcError
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected