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

Function Source

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

Source from the content-addressed store, hash-verified

19 return BFI("mass", coef=coef)
20
21def Source (coef):
22 return LFI("source", coef=coef)
23
24def Neumann (coef):
25 return LFI("neumann", 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