Mercurial > repos > public > sbplib_julia
view src/Sbplib.jl @ 895:d24b331547f3 feature/variable_derivatives
Add method for controlling the element type when parsing nested stencils
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Thu, 10 Feb 2022 11:08:39 +0100 |
parents | 2f8c67c5979e |
children | a382942e5437 b4ee47f2aafb |
line wrap: on
line source
module Sbplib include("StaticDicts/StaticDicts.jl") 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