Mercurial > repos > public > sbplib_julia
diff src/Grids/Grids.jl @ 1719:d81d0660b80d
Merge refactor/grids/boundary_identifiers_1d
author | Vidar Stiernström <vidar.stiernstrom@gmail.com> |
---|---|
date | Thu, 05 Sep 2024 08:26:12 -0700 |
parents | 3714a391545a |
children | 471a948cd2b2 |
line wrap: on
line diff
--- a/src/Grids/Grids.jl Thu Sep 05 08:22:47 2024 -0700 +++ b/src/Grids/Grids.jl Thu Sep 05 08:26:12 2024 -0700 @@ -1,6 +1,5 @@ module Grids -using Sbplib.RegionIndices using Sbplib.LazyTensors using StaticArrays @@ -23,6 +22,8 @@ export BoundaryIdentifier export TensorGridBoundary export CartesianBoundary +export LowerBoundary +export UpperBoundary export TensorGrid export ZeroDimGrid @@ -32,9 +33,6 @@ export spacing export equidistant_grid - -abstract type BoundaryIdentifier end - include("grid.jl") include("tensor_grid.jl") include("equidistant_grid.jl")