Skip to content

Commit 81737f7

Browse files
authored
Added StructuredMeshView to check_periodicity_mesh_boundary_conditions. (#2144)
1 parent c9f0707 commit 81737f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/semidiscretization/semidiscretization_hyperbolic.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,8 @@ end
222222

223223
# No actions needed for periodic boundary conditions
224224
function check_periodicity_mesh_boundary_conditions(mesh::Union{TreeMesh,
225-
StructuredMesh},
225+
StructuredMesh,
226+
StructuredMeshView},
226227
boundary_conditions::BoundaryConditionPeriodic)
227228
end
228229

0 commit comments

Comments
 (0)