| 172 | } |
| 173 | |
| 174 | void test() |
| 175 | { |
| 176 | geode::OpenGeodeMeshLibrary::initialize(); |
| 177 | |
| 178 | test_gradient_grid2D(); |
| 179 | test_gradient_triangulated_surface2D(); |
| 180 | test_gradient_grid3D(); |
| 181 | } |
| 182 | |
| 183 | OPENGEODE_TEST( "gradient-computation" ) |
no test coverage detected