MCPcopy Create free account
hub / github.com/NGSolve/ngsolve / __init__

Method __init__

python/krylovspace.py:869–871  ·  view source on GitHub ↗
(self, *args, dampfactor = 1., **kwargs)

Source from the content-addressed store, hash-verified

867"""
868 name = "Richardson"
869 def __init__(self, *args, dampfactor = 1., **kwargs):
870 super().__init__(*args, **kwargs)
871 self.dampfactor = dampfactor
872
873 def _SolveImpl(self, rhs : BaseVector, sol : BaseVector):
874 r = rhs.CreateVector()

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected