| 21 | } |
| 22 | |
| 23 | virtual SubDivPtr create_subdivision() { |
| 24 | throw NotImplementedError("This test method needs to be implemented in subclass"); |
| 25 | } |
| 26 | |
| 27 | MatrixFr extract_vertices(MeshPtr mesh) { |
| 28 | const size_t dim = mesh->get_dim(); |
nothing calls this directly
no test coverage detected