Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NGSolve/ngsolve
/ Assemble
Method
Assemble
python/solve_implementation.py:83–86 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
81
82
class
LinearApplication(Application):
83
def
Assemble(self):
84
if
not hasattr(self,
"vec"
):
85
self.vec = self.gf.vec.CreateVector()
86
self.a.Apply(self.gf.vec, self.vec)
87
88
def
Solve(
89
self,
Callers
15
BVP
Function · 0.45
__init__
Method · 0.45
solve
Method · 0.45
Solve
Method · 0.45
Solve
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
scattering.py
File · 0.45
circle_evs
Function · 0.45
cavity.py
File · 0.45
main_instat.py
File · 0.45
Calls
2
CreateVector
Method · 0.45
Apply
Method · 0.45
Tested by
no test coverage detected