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

Method __init__

python/krylovspace.py:724–725  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

722 ----------
723""" + linear_solver_param_doc
724 def __init__(self, *args, **kwargs):
725 super().__init__(*args, **kwargs)
726
727 def _SolveImpl(self, rhs: BaseVector, sol : BaseVector):
728 pre, mat, u = self.pre, self.mat, sol

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected