Mercurial > repos > public > sbplib_julia
view sbp.jl @ 1054:ce16519aa7ff feature/nested_stencils
Tests for non centered nested stencils
(grafted from 0fe46190a81a3c4cb36911d78e223ff9d398bd44)
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Thu, 20 Jan 2022 13:35:21 +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