@@ -365,7 +365,9 @@ INSTANTIATE_TEST_SUITE_P(
365365 CompositionalTPFAIntegrationTest,
366366 ::testing::Values (
367367 " polyhedral_voronoi_regular.vtu" ,
368- " hex_pyr_tet_nested_mixed.vtu"
368+ " hex_pyr_tet_nested_mixed.vtu" ,
369+ " polyhedral_voronoi_lattice.vtu" ,
370+ " polyhedral_voronoi_complex.vtu"
369371 )
370372 );
371373
@@ -447,7 +449,9 @@ INSTANTIATE_TEST_SUITE_P(
447449 CompositionalMFDTPFAIntegrationTest,
448450 ::testing::Values (
449451 " polyhedral_voronoi_regular.vtu" ,
450- " hex_pyr_tet_nested_mixed.vtu"
452+ " hex_pyr_tet_nested_mixed.vtu" ,
453+ " polyhedral_voronoi_lattice.vtu" ,
454+ " polyhedral_voronoi_complex.vtu"
451455 )
452456 );
453457
@@ -512,7 +516,9 @@ INSTANTIATE_TEST_SUITE_P(
512516 CompositionalTPFAvsMFDTPFA,
513517 ::testing::Values (
514518 " polyhedral_voronoi_regular.vtu" ,
515- " hex_pyr_tet_nested_mixed.vtu"
519+ " hex_pyr_tet_nested_mixed.vtu" ,
520+ " polyhedral_voronoi_lattice.vtu" ,
521+ " polyhedral_voronoi_complex.vtu"
516522 )
517523 );
518524
@@ -639,7 +645,9 @@ INSTANTIATE_TEST_SUITE_P(
639645 ::testing::Combine (
640646 ::testing::Values (
641647 " polyhedral_voronoi_regular.vtu" ,
642- " hex_pyr_tet_nested_mixed.vtu"
648+ " hex_pyr_tet_nested_mixed.vtu" ,
649+ " polyhedral_voronoi_lattice.vtu" ,
650+ " polyhedral_voronoi_complex.vtu"
643651 ),
644652 ::testing::Values(
645653 INNER_quasiTPFA,
0 commit comments