| 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) |
no outgoing calls
no test coverage detected