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

Method GetEdgeDofNrs

comp/reorderedfespace.cpp:173–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171 }
172
173 void ReorderedFESpace :: GetEdgeDofNrs (int ednr, Array<DofId> & dnums) const
174 {
175 space->GetEdgeDofNrs (ednr, dnums);
176 for (auto & d : dnums)
177 d = dofmap[d];
178 }
179
180 void ReorderedFESpace :: GetFaceDofNrs (int fanr, Array<DofId> & dnums) const
181 {

Callers

nothing calls this directly

Calls 1

GetEdgeDofNrsMethod · 0.45

Tested by

no test coverage detected