Mercurial > repos > public > sbplib_julia
view sbp.jl @ 760:e7176fb09e98 test/type_stability
Add utility function for testing type stability using the @inferred macro to allow for tests failing, rather than producing an error.
author | Vidar Stiernström <vidar.stiernstrom@it.uu.se> |
---|---|
date | Fri, 02 Jul 2021 14:02:45 +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