view src/Diffinitive.jl @ 1832:85f8855473ab refactor/grids/iterable_boundary_indices

Update implementation of MappedGrid
author Jonatan Werpers <jonatan@werpers.com>
date Sun, 20 Oct 2024 22:08:26 +0200
parents 871f3f1decea
children 516eaabf1169
line wrap: on
line source

module Diffinitive

include("RegionIndices/RegionIndices.jl")
include("LazyTensors/LazyTensors.jl")
include("Grids/Grids.jl")
include("SbpOperators/SbpOperators.jl")

export RegionIndices
export LazyTensors
export Grids
export SbpOperators

end