view src/Diffinitive.jl @ 1831:27e74f524c4f refactor/grids/iterable_boundary_indices

Some cleanup in tensor_grid_test.jl
author Jonatan Werpers <jonatan@werpers.com>
date Sun, 20 Oct 2024 21:50:18 +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