Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NGSolve/ngsolve
/ Solve
Method
Solve
python/solve_implementation.py:157–158 ·
view source on GitHub ↗
(self, *args, **kwargs)
Source
from the content-addressed store, hash-verified
155
156
@functools.wraps(Application.Solve)
157
def
Solve(self, *args, **kwargs):
158
self.lhs.Solve(self.rhs, *args, **kwargs)
159
160
161
def
_create_lin_appl(self, gfu: GridFunction) -> LinearApplication:
Callers
1
Solve
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected