Mercurial > repos > public > sbplib_julia
comparison src/Sbplib.jl @ 348:7fe43d902a27 refactor/remove_dynamic_size_tensormapping
Start trying to change LazyTensors
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Sat, 26 Sep 2020 15:20:18 +0200 |
parents | f4e3e71a4ff4 |
children | 0844069ab5ff |
comparison
equal
deleted
inserted
replaced
344:f781d6da7d3d | 348:7fe43d902a27 |
---|---|
1 module Sbplib | 1 module Sbplib |
2 | 2 |
3 include("RegionIndices/RegionIndices.jl") | 3 include("RegionIndices/RegionIndices.jl") |
4 include("LazyTensors/LazyTensors.jl") | 4 include("LazyTensors/LazyTensors.jl") |
5 include("Grids/Grids.jl") | 5 include("Grids/Grids.jl") |
6 include("SbpOperators/SbpOperators.jl") | 6 # include("SbpOperators/SbpOperators.jl") |
7 include("DiffOps/DiffOps.jl") | 7 # include("DiffOps/DiffOps.jl") |
8 | 8 |
9 export RegionIndices | 9 export RegionIndices |
10 export LazyTensors | 10 export LazyTensors |
11 export Grids | 11 export Grids |
12 export SbpOperators | 12 export SbpOperators |