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

Method CreateSmoothingBlocks

comp/tpfes.cpp:356–359  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

354
355
356 shared_ptr<Table<int>> TPHighOrderFESpace::CreateSmoothingBlocks (const Flags & precflags) const
357 {
358 throw Exception("TPHighOrderFESpace::CreateSmoothingBlocks() not implemented");
359 }
360
361 void IterateElementsTP (const FESpace & fes, VorB vb, LocalHeap & clh,
362 const function<void(ElementId,ElementId,LocalHeap&)> & func)

Callers 4

UpdateMethod · 0.80
FinalizeMethod · 0.80
FinalizeLevelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected