MCPcopy Create free account
hub / github.com/NGSolve/ngsolve / fem1d.py

File fem1d.py

py_tutorials/fem1d.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1from ngsolve import *
2from ngsolve.meshes import Make1DMesh
3ngsmesh = Make1DMesh(10)
4

Callers

nothing calls this directly

Calls 9

Make1DMeshFunction · 0.90
BilinearFormClass · 0.85
LaplaceFunction · 0.85
LinearFormClass · 0.85
SourceFunction · 0.85
InverseMethod · 0.80
ContainsMethod · 0.80
GridFunctionClass · 0.50
AssembleMethod · 0.45

Tested by

no test coverage detected