MCPcopy 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

EvaluateMethod · 0.80
CalcMatrixMethod · 0.80

Calls 1

SizeMethod · 0.45

Tested by

no test coverage detected