Mercurial > repos > public > sbplib_julia
view src/Sbplib.jl @ 493:df566372bb4f feature/avoid_nested_inflated_tensormappings
Implement constructors to avoid creating nested InflatedTensorMappings
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Thu, 05 Nov 2020 13:18:24 +0100 |
parents | 33f04f398aac |
children | 2f8c67c5979e |
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