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

Method AddTo

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

Source from the content-addressed store, hash-verified

137 self.b.AddTo(v, s)
138
139 def AddTo(self, v, s = 1.0):
140 self.a.AddTo(v, s)
141 self.b.AddTo(v, s)
142
143 def __str__(self):
144 return str(self.a) + ' + ' + str(self.b)

Callers

nothing calls this directly

Calls 1

AddToMethod · 0.45

Tested by

no test coverage detected