Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
15
def
Laplace (coef):
16
return
BFI(
"laplace"
, coef=coef)
17
18
def
Mass (coef):
19
return
BFI(
"mass"
, 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