Mercurial > repos > public > sbplib_julia
view grid.jl @ 203:19e579a5031f boundary_conditions
Add (/) operation for LazyArrays and enable corresponding broken tests.
author | Vidar Stiernström <vidar.stiernstrom@it.uu.se> |
---|---|
date | Mon, 24 Jun 2019 10:51:39 +0200 |
parents | 074cb898f24e |
children |
line wrap: on
line source
abstract type BoundaryIdentifier end struct CartesianBoundary{Dim, R<:Region} <: BoundaryIdentifier end dim(::CartesianBoundary{Dim, R}) where {Dim, R} = Dim region(::CartesianBoundary{Dim, R}) where {Dim, R} = R include("AbstractGrid.jl") include("EquidistantGrid.jl")