Skip to content

Commit

Permalink
Added StructuredMeshView to check_periodicity_mesh_boundary_conditions.
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCan committed Nov 5, 2024
1 parent 16c6f17 commit ea15a37
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/semidiscretization/semidiscretization_hyperbolic.jl
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,8 @@ end

# No actions needed for periodic boundary conditions
function check_periodicity_mesh_boundary_conditions(mesh::Union{TreeMesh,
StructuredMesh},
StructuredMesh,
StructuredMeshView},
boundary_conditions::BoundaryConditionPeriodic)
end

Expand Down

0 comments on commit ea15a37

Please sign in to comment.