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

Method AssignTo

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

Source from the content-addressed store, hash-verified

64
65class VecExpr(BaseExpr):
66 def AssignTo(self, v, s = 1.0):
67 v.a.Assign(self.a,s*self.s)
68
69 def AddTo(self, v, s = 1.0):
70 try:

Callers 4

expr_dataFunction · 0.45
AssignToMethod · 0.45
SetSliceFunction · 0.45
parallelvector.hppFile · 0.45

Calls 1

AssignMethod · 0.45

Tested by

no test coverage detected