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

Function expr_data

python/__expr.py:28–29  ·  view source on GitHub ↗
(a,b)

Source from the content-addressed store, hash-verified

26 return a * Expr(b)
27
28def expr_data(a,b):
29 Expr(b).AssignTo(Expr(a))
30
31class BaseExpr:
32 def copy(self):

Callers

nothing calls this directly

Calls 2

ExprFunction · 0.70
AssignToMethod · 0.45

Tested by

no test coverage detected