Mercurial > repos > public > sbplib_julia
view sbp.jl @ 1445:76a121ee7b80 bugfix/sbp_operators/stencil_return_type
Add tests for apply with NestedStencils and differing types in the stencils and arrays
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Fri, 24 Nov 2023 21:23:41 +0100 |
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