| 251 | } |
| 252 | |
| 253 | size_t TPHighOrderFESpace::GetNDofLevel (int level) const |
| 254 | { |
| 255 | throw Exception("TPHighOrderFESpace::GetNDofLevel() not implemented"); |
| 256 | } |
| 257 | |
| 258 | FiniteElement & TPHighOrderFESpace::GetFE (ElementId ei, Allocator & lh) const |
| 259 | { |
no outgoing calls
no test coverage detected