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

Function Solve

python/solve_implementation.py:173–174  ·  view source on GitHub ↗
(eq: Equation, *args, **kwargs)

Source from the content-addressed store, hash-verified

171
172@functools.wraps(Application.Solve)
173def Solve(eq: Equation, *args, **kwargs):
174 return eq.Solve(*args, **kwargs)

Callers 1

MultAddMethod · 0.85

Calls 1

SolveMethod · 0.45

Tested by

no test coverage detected