Skip to content
Snippets Groups Projects
Commit f015b3e2 authored by Matt Wala's avatar Matt Wala
Browse files

test_refinement_connection: Restore previous mesh params.

parent ef03f4e8
No related branches found
No related tags found
1 merge request!5High order refiner
Pipeline #
...@@ -147,9 +147,9 @@ def test_refinement(case_name, mesh_gen, flag_gen, num_generations): ...@@ -147,9 +147,9 @@ def test_refinement(case_name, mesh_gen, flag_gen, num_generations):
PolynomialEquidistantGroupFactory PolynomialEquidistantGroupFactory
]) ])
@pytest.mark.parametrize(("mesh_name", "dim", "mesh_pars"), [ @pytest.mark.parametrize(("mesh_name", "dim", "mesh_pars"), [
("circle", 1, [10, 20, 30]), ("circle", 1, [20, 30, 40]),
("blob", 2, [1e-1, 8e-2, 5e-2]), ("blob", 2, [1e-1, 8e-2, 5e-2]),
("warp", 2, [7, 8, 9]), ("warp", 2, [4, 5, 6]),
("warp", 3, [4, 5, 6]), ("warp", 3, [4, 5, 6]),
]) ])
@pytest.mark.parametrize("mesh_order", [1, 5]) @pytest.mark.parametrize("mesh_order", [1, 5])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment