Mercurial > repos > public > sbplib_julia
view src/Diffinitive.jl @ 1774:035af82f559a feature/grids/curvilinear
Rename logicalgrid to logical_grid
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Sun, 15 Sep 2024 18:03:37 +0200 |
parents | 471a948cd2b2 |
children | ec5589090faa |
line wrap: on
line source
module Diffinitive 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