diff src/Grids/zero_dim_grid.jl @ 1480:4550beef9694 feature/boundary_conditions

Merge with default
author Vidar Stiernström <vidar.stiernstrom@it.uu.se>
date Sat, 23 Dec 2023 23:03:13 +0100
parents 4ad1282f8bab
children
line wrap: on
line diff
--- a/src/Grids/zero_dim_grid.jl	Sat Dec 23 23:01:28 2023 +0100
+++ b/src/Grids/zero_dim_grid.jl	Sat Dec 23 23:03:13 2023 +0100
@@ -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"))