Mercurial > repos > public > sbplib_julia
comparison src/Diffinitive.jl @ 1726:471a948cd2b2 rename_module
Rename project from Sbplib to Diffinitive
author | Vidar Stiernström <vidar.stiernstrom@gmail.com> |
---|---|
date | Sat, 07 Sep 2024 12:11:53 -0700 |
parents | src/Sbplib.jl@fca4a01d60c9 |
children | ec5589090faa |
comparison
equal
deleted
inserted
replaced
1725:8317252e4535 | 1726:471a948cd2b2 |
---|---|
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 |