view src/Diffinitive.jl @ 1833:0e0833663dee refactor/grids/iterable_boundary_indices

Simplify code for tensor grids
author Jonatan Werpers <jonatan@werpers.com>
date Mon, 21 Oct 2024 23:50:14 +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