Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NGSolve/ngsolve
/ v2e_oriented
Function
v2e_oriented
comp/Hddf.cpp:60–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
59
60
inline FlatVector<IVec<2>>
61
v2e_oriented()
62
{
63
static IVec<2> edges[] =
64
{
65
{ 2, 0 },
66
{ 1, 2 },
67
{ 0, 1 }
68
};
69
70
return FlatVector<IVec<2>>(3, edges);
71
};
72
73
74
Callers
1
CalcDivShapeJump
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected