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

Function Laplace

python/utils.py:15–16  ·  view source on GitHub ↗
(coef)

Source from the content-addressed store, hash-verified

13
14
15def Laplace (coef):
16 return BFI("laplace", coef=coef)
17
18def Mass (coef):
19 return BFI("mass", coef=coef)

Callers 5

main_instat.pyFile · 0.85
fem1d.pyFile · 0.85
all_in_one.pyFile · 0.85
d1_square.pyFile · 0.85
d2_chip.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected