Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
65
class
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_data
Function · 0.45
AssignTo
Method · 0.45
SetSlice
Function · 0.45
parallelvector.hpp
File · 0.45
Calls
1
Assign
Method · 0.45
Tested by
no test coverage detected