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

Method GetDualShapeNodes

comp/compressedfespace.cpp:88–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86 }
87
88 FlatArray<VorB> CompressedFESpace::GetDualShapeNodes (VorB vb) const
89 {
90 return space->GetDualShapeNodes(vb);
91 }
92
93 void CompressedFESpace::GetDofNrs (ElementId ei, Array<DofId> & dnums) const
94 {

Callers 8

SetValuesFunction · 0.45
GetDualShapeNodesFunction · 0.45
ConvertOperatorFunction · 0.45
ConvertOperatorGFFunction · 0.45
T_Evaluate_implMethod · 0.45
InterpolateDiffOpMethod · 0.45
operator()Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected