Mercurial > repos > public > sbplib_julia
view grid.jl @ 143:755246142200 boundary_conditions
More sketching of the sat interface
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Fri, 22 Feb 2019 15:21:39 +0100 |
parents | cb9a789338a1 |
children | 6b633624703a |
line wrap: on
line source
module Grid abstract type BoundaryIdentifier end struct CartesianBoundary{Dim, R<:Region} <: BoundaryIdentifier end include("AbstractGrid.jl") include("EquidistantGrid.jl") end