Mercurial > repos > public > sbplib_julia
view src/Sbplib.jl @ 389:0433ab553d13 refactor/sbp_operators_tests/collect_and_compare
Rewrite l2 norm comparison to use the norm key word of isapprox
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Thu, 01 Oct 2020 08:23:22 +0200 |
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