Mercurial > repos > public > sbplib_julia
diff src/Grids/zero_dim_grid.jl @ 1531:9da4ab4fb85e bugfix/sbp_operators/stencil_return_type
Merge default
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Thu, 11 Apr 2024 22:50:42 +0200 |
parents | 4ad1282f8bab |
children |
line wrap: on
line diff
--- a/src/Grids/zero_dim_grid.jl Sun Nov 26 22:30:44 2023 +0100 +++ b/src/Grids/zero_dim_grid.jl Thu Apr 11 22:50:42 2024 +0200 @@ -25,3 +25,4 @@ boundary_identifiers(g::ZeroDimGrid) = () boundary_grid(g::ZeroDimGrid, ::Any) = throw(ArgumentError("ZeroDimGrid has no boundaries")) +boundary_indices(g::ZeroDimGrid, ::Any) = throw(ArgumentError("ZeroDimGrid has no boundaries"))