Mercurial > repos > public > sbplib_julia
view sbp.jl @ 807:1fc6c4daec44 refactor/sbp_operators_method_signatures
Add type parameter to Vararg to make better error messages when Stencil is called with incompatible weights
such as (1,1.,1)
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Sat, 18 Sep 2021 23:30:49 +0200 |
parents | f4e3e71a4ff4 |
children |
line wrap: on
line source
module sbp using Sbplib.Grids using Sbplib.RegionIndices using Sbplib.SbpOperators using Sbplib.DiffOps include("TimeStepper.jl") end # module