MCPcopy 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
82class 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

BVPFunction · 0.45
__init__Method · 0.45
solveMethod · 0.45
SolveMethod · 0.45
SolveMethod · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
scattering.pyFile · 0.45
circle_evsFunction · 0.45
cavity.pyFile · 0.45
main_instat.pyFile · 0.45

Calls 2

CreateVectorMethod · 0.45
ApplyMethod · 0.45

Tested by

no test coverage detected