Mercurial > repos > public > sbplib_julia
view SbpOperators/src/SbpOperators.jl @ 257:d4cd4882ee9f boundary_conditions
Improve error messages when multiblying with TensorMappings and add some tests for TensorOperators
| author | Jonatan Werpers <jonatan@werpers.com> |
|---|---|
| date | Fri, 28 Jun 2019 14:10:35 +0200 |
| parents | 7cb4492ccd60 |
| children | d1004b881da1 |
line wrap: on
line source
module SbpOperators using RegionIndices include("stencil.jl") include("constantstenciloperator.jl") include("d2.jl") include("readoperator.jl") end # module
