Mercurial > repos > public > sbplib_julia
comparison src/Diffinitive.jl @ 1829:871f3f1decea refactor/grids/iterable_boundary_indices
Merge default
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Sun, 20 Oct 2024 21:38:09 +0200 |
parents | src/Sbplib.jl@fca4a01d60c9 src/Sbplib.jl@2311f33b6bd3 |
children | 516eaabf1169 |
comparison
equal
deleted
inserted
replaced
1828:8adecef380b4 | 1829:871f3f1decea |
---|---|
1 module Diffinitive | |
2 | |
3 include("RegionIndices/RegionIndices.jl") | |
4 include("LazyTensors/LazyTensors.jl") | |
5 include("Grids/Grids.jl") | |
6 include("SbpOperators/SbpOperators.jl") | |
7 | |
8 export RegionIndices | |
9 export LazyTensors | |
10 export Grids | |
11 export SbpOperators | |
12 | |
13 end |