Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NGSolve/ngsolve
/ GetFacet
Method
GetFacet
comp/globalinterfacespace.cpp:232–236 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
230
facets[nr] = fe;
231
}
232
InterfaceFE* GetFacet(int nr) const
233
{
234
if(facets.Size() <= nr) return nullptr;
235
return facets[nr];
236
}
237
238
void ComputeNDof()
239
{
Callers
2
Evaluate
Method · 0.80
CalcMatrix
Method · 0.80
Calls
1
Size
Method · 0.45
Tested by
no test coverage detected