Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
21
def
Source (coef):
22
return
LFI(
"source"
, coef=coef)
23
24
def
Neumann (coef):
25
return
LFI(
"neumann"
, coef=coef)
Callers
5
main_instat.py
File · 0.85
fem1d.py
File · 0.85
all_in_one.py
File · 0.85
d1_square.py
File · 0.85
d2_chip.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected