comparison src/Grids/Grids.jl @ 662:138c0fe24eb6 feature/get_boundary_identifiers

Remove accidentally introduced dependancy on LazyTensors from Grids.jl
author Vidar Stiernström <vidar.stiernstrom@it.uu.se>
date Sun, 31 Jan 2021 13:07:54 +0100
parents f0ceddeae993
children c2d7e940639e
comparison
equal deleted inserted replaced
661:f0ceddeae993 662:138c0fe24eb6
1 module Grids 1 module Grids
2 2
3 using Sbplib.RegionIndices 3 using Sbplib.RegionIndices
4 using Sbplib.LazyTensors
5 4
6 export BoundaryIdentifier, CartesianBoundary 5 export BoundaryIdentifier, CartesianBoundary
7 6
8 abstract type BoundaryIdentifier end 7 abstract type BoundaryIdentifier end
9 struct CartesianBoundary{Dim, R<:Region} <: BoundaryIdentifier end 8 struct CartesianBoundary{Dim, R<:Region} <: BoundaryIdentifier end