Mercurial > repos > public > sbplib_julia
view sbp.jl @ 237:1c6afdcfd657 boundary_conditions
Regretsies on the CartesianIndex stuff. Use Vararg instead
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Wed, 26 Jun 2019 19:51:36 +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