diff src/Grids/Grids.jl @ 1236:95e294576c2a refactor/grids

Implement boundary methods for TensorGrid
author Jonatan Werpers <jonatan@werpers.com>
date Sun, 19 Feb 2023 22:50:02 +0100
parents 8806f4cd6fee
children 783284b3e438
line wrap: on
line diff
--- a/src/Grids/Grids.jl	Sun Feb 19 22:48:01 2023 +0100
+++ b/src/Grids/Grids.jl	Sun Feb 19 22:50:02 2023 +0100
@@ -30,4 +30,6 @@
 include("equidistant_grid.jl")
 include("zero_dim_grid.jl")
 
+abstract type BoundaryIdentifier end
+
 end # module