Skip to content

Commit

Permalink
Merge remote-tracking branch 'TrixiJesse/jc/fix_v0.6_CI_DGMultiMesh' …
Browse files Browse the repository at this point in the history
…into HLL_MHD_Breaking
  • Loading branch information
DanielDoehring committed Nov 10, 2023
2 parents 95e3abd + ce32571 commit 193be48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/test_unit.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1320,7 +1320,8 @@ end
dg = DGMulti(polydeg = 1, element_type = Line(), approximation_type = Polynomial(),
surface_integral = SurfaceIntegralWeakForm(flux_central),
volume_integral = VolumeIntegralFluxDifferencing(flux_central))
mesh = DGMultiMesh(dg, cells_per_dimension = (1,), periodicity = false)
cells_per_dimension = (1,)
mesh = DGMultiMesh(dg, cells_per_dimension, periodicity = false)

@test mesh.boundary_faces[:entire_boundary] == [1, 2]
end
Expand Down

0 comments on commit 193be48

Please sign in to comment.