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

Method AssignTo

python/__expr.py:135–137  ·  view source on GitHub ↗
(self, v, s = 1.0)

Source from the content-addressed store, hash-verified

133 return SumExpr(self.a.Scale(s), self.b.Scale(s))
134
135 def AssignTo(self, v, s = 1.0):
136 self.a.AssignTo(v, s)
137 self.b.AddTo(v, s)
138
139 def AddTo(self, v, s = 1.0):
140 self.a.AddTo(v, s)

Callers

nothing calls this directly

Calls 2

AssignToMethod · 0.45
AddToMethod · 0.45

Tested by

no test coverage detected