MCPcopy 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

BVPFunction · 0.45
_UpdateInverseMethod · 0.45
scattering.pyFile · 0.45
all_in_one.pyFile · 0.45
SolveBVPFunction · 0.45
CalcErrorFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected