| 42 | }; |
| 43 | |
| 44 | TEST_F(IsotropicPeriodicInflatorTest, cube) { |
| 45 | inflate("cube.wire"); |
| 46 | save_mesh("inflated_cube.msh", m_vertices, m_faces, m_face_sources.cast<Float>()); |
| 47 | ASSERT_MESH_IS_VALID(); |
| 48 | } |
| 49 | |
| 50 | TEST_F(IsotropicPeriodicInflatorTest, brick5) { |
| 51 | inflate("brick5.wire"); |
nothing calls this directly
no test coverage detected