Mercurial > repos > public > sbplib_julia
diff src/Grids/Grids.jl @ 1751:f3d7e2d7a43f feature/sbp_operators/laplace_curvilinear
Merge feature/grids/manifolds
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Wed, 11 Sep 2024 16:26:19 +0200 |
parents | 29b96fc75bee 03894fd7b132 |
children | 96f8cad255b4 |
line wrap: on
line diff
--- a/src/Grids/Grids.jl Mon Sep 09 09:01:57 2024 +0200 +++ b/src/Grids/Grids.jl Wed Sep 11 16:26:19 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 @@ -50,6 +49,8 @@ export BoundaryIdentifier export TensorGridBoundary export CartesianBoundary +export LowerBoundary +export UpperBoundary export TensorGrid export ZeroDimGrid