Mercurial > repos > public > sbplib_julia
view sbp.jl @ 239:60011a10e17d boundary_conditions
Add tests for BoundaryValue and fix index types
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Wed, 26 Jun 2019 20:02:01 +0200 |
parents | 31bd875eedf5 |
children | f4e3e71a4ff4 |
line wrap: on
line source
module sbp using Grids using RegionIndices using SbpOperators using DiffOps include("TimeStepper.jl") end # module