Speed up test

This commit is contained in:
Mael Rouxel-Labbé 2025-03-28 10:52:45 +01:00
parent ba4ca0649e
commit 24d244b3e1
1 changed files with 1 additions and 1 deletions

View File

@ -465,7 +465,7 @@ void compare_tmc_mc_trilinear(const std::array<typename KERNEL::FT, 8>& case_val
to_grid(grid, values, case_values);
{
Grid grid_high_res { Point{-1., -1., -1.}, Point{1., 1., 1.}, std::array<std::size_t, 3>{151, 151, 151} };
Grid grid_high_res { Point{-1., -1., -1.}, Point{1., 1., 1.}, std::array<std::size_t, 3>{51, 51, 51} };
IS::Value_function_3<Grid> values_high_res { values, grid_high_res };
IS::Marching_cubes_domain_3<Grid, IS::Value_function_3<Grid>> domain_high_res { grid_high_res, values_high_res };