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

Function Nr2Face

comp/python_comp_mesh.cpp:16–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14inline auto Nr2Vert(size_t nr) { return NodeId(NT_VERTEX,nr); };
15inline auto Nr2Edge(size_t nr) { return NodeId(NT_EDGE,nr); };
16inline auto Nr2Face(size_t nr) { return NodeId(NT_FACE,nr); };
17inline auto Nr2VolElement(size_t nr) { return ElementId(VOL,nr); };
18
19 class LocalHCF : public CoefficientFunctionNoDerivative

Callers 1

ExportNgcompMeshFunction · 0.85

Calls 1

NodeIdClass · 0.85

Tested by

no test coverage detected