Mercurial > repos > public > sbplib_julia
view grid.jl @ 163:766403c677b1 boundary_conditions
Add comment and sketch for automatic dimension expansion
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Tue, 21 May 2019 09:41:39 +0200 |
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