MCPcopy Create free account
hub / github.com/PyMesh/PyMesh / supported_solvers

Method supported_solvers

python/pymesh/SparseSolver.py:74–75  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

72 """
73 @property
74 def supported_solvers(self):
75 return self.get_supported_solvers()
76
77 @classmethod
78 def get_supported_solvers(cls):

Callers

nothing calls this directly

Calls 1

get_supported_solversMethod · 0.95

Tested by

no test coverage detected