Mercurial > repos > public > sbplib_julia
view src/Sbplib.jl @ 360:f36866ba97e6 refactor/remove_dynamic_size_tensormapping
Remove SbpOperator type and ColocationOperator type
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Mon, 28 Sep 2020 22:38:09 +0200 |
parents | 0844069ab5ff |
children | 33f04f398aac |
line wrap: on
line source
module Sbplib include("RegionIndices/RegionIndices.jl") include("LazyTensors/LazyTensors.jl") include("Grids/Grids.jl") include("SbpOperators/SbpOperators.jl") # include("DiffOps/DiffOps.jl") export RegionIndices export LazyTensors export Grids export SbpOperators export DiffOps end