Mercurial > repos > public > sbplib_julia
comparison src/Grids/Grids.jl @ 661:f0ceddeae993 feature/get_boundary_identifiers
Fix and test type stability of boundary_identifiers.
author | Vidar Stiernström <vidar.stiernstrom@it.uu.se> |
---|---|
date | Sun, 31 Jan 2021 13:04:19 +0100 |
parents | 212e266043dd |
children | 138c0fe24eb6 |
comparison
equal
deleted
inserted
replaced
660:b21fea54ca10 | 661:f0ceddeae993 |
---|---|
1 module Grids | 1 module Grids |
2 | 2 |
3 using Sbplib.RegionIndices | 3 using Sbplib.RegionIndices |
4 using Sbplib.LazyTensors | |
4 | 5 |
5 export BoundaryIdentifier, CartesianBoundary | 6 export BoundaryIdentifier, CartesianBoundary |
6 | 7 |
7 abstract type BoundaryIdentifier end | 8 abstract type BoundaryIdentifier end |
8 struct CartesianBoundary{Dim, R<:Region} <: BoundaryIdentifier end | 9 struct CartesianBoundary{Dim, R<:Region} <: BoundaryIdentifier end |