diff src/Grids/zero_dim_grid.jl @ 1530:46a1ad30f861 bugfix/sbp_operators/stencil_return_type

Merge default
author Jonatan Werpers <jonatan@werpers.com>
date Thu, 11 Apr 2024 22:47:31 +0200
parents 4ad1282f8bab
children
line wrap: on
line diff
--- a/src/Grids/zero_dim_grid.jl	Fri Nov 24 21:49:07 2023 +0100
+++ b/src/Grids/zero_dim_grid.jl	Thu Apr 11 22:47:31 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"))