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

Function _expr

tests/pytest/test_interpolate.py:30–31  ·  view source on GitHub ↗
(x, y)

Source from the content-addressed store, hash-verified

28 space = IntegrationRuleSpace(mesh, order=2)
29
30 def _expr(x, y):
31 return 6 * x**2 + 4 * y**2
32
33 eval_points = GridFunction(space**2)
34 eval_points.Interpolate((x, y))

Callers 5

_checkFunction · 0.85
test_IRSpace2dFunction · 0.85
test_MatrixValuedL2Function · 0.85
test_SymMatrixValuedL2Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected