comparison 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
comparison
equal deleted inserted replaced
1235:d58015e224ca 1236:95e294576c2a
28 include("grid.jl") 28 include("grid.jl")
29 include("boundary_identifier.jl") 29 include("boundary_identifier.jl")
30 include("equidistant_grid.jl") 30 include("equidistant_grid.jl")
31 include("zero_dim_grid.jl") 31 include("zero_dim_grid.jl")
32 32
33 abstract type BoundaryIdentifier end
34
33 end # module 35 end # module