Mercurial > repos > public > sbplib_julia
diff src/Grids/Grids.jl @ 1736:863385aae454 feature/grids/curvilinear
Merge default
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Tue, 10 Sep 2024 21:59:10 +0200 |
parents | 88021d580320 471a948cd2b2 |
children | e719c6dadba6 |
line wrap: on
line diff
--- a/src/Grids/Grids.jl Tue Sep 10 21:35:55 2024 +0200 +++ b/src/Grids/Grids.jl Tue Sep 10 21:59:10 2024 +0200 @@ -1,8 +1,7 @@ # TODO: Double check that the interfaces for indexing and iterating are fully implemented and tested for all grids. module Grids -using Sbplib.RegionIndices -using Sbplib.LazyTensors +using Diffinitive.LazyTensors using StaticArrays using LinearAlgebra @@ -26,6 +25,8 @@ export BoundaryIdentifier export TensorGridBoundary export CartesianBoundary +export LowerBoundary +export UpperBoundary export TensorGrid export ZeroDimGrid