Mercurial > repos > public > sbplib_julia
comparison src/Diffinitive.jl @ 1736:863385aae454 feature/grids/curvilinear
Merge default
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Tue, 10 Sep 2024 21:59:10 +0200 |
parents | 471a948cd2b2 |
children | ec5589090faa |
comparison
equal
deleted
inserted
replaced
1735:36986b75bf98 | 1736:863385aae454 |
---|---|
1 module Diffinitive | |
2 | |
3 include("StaticDicts/StaticDicts.jl") | |
4 include("RegionIndices/RegionIndices.jl") | |
5 include("LazyTensors/LazyTensors.jl") | |
6 include("Grids/Grids.jl") | |
7 include("SbpOperators/SbpOperators.jl") | |
8 include("DiffOps/DiffOps.jl") | |
9 | |
10 export RegionIndices | |
11 export LazyTensors | |
12 export Grids | |
13 export SbpOperators | |
14 export DiffOps | |
15 | |
16 end |