Mercurial > repos > public > sbplib_julia
view sbp.jl @ 309:36206445018b
Remove boundary value functionality from constantstenciloperator. Now in BoundaryValue.jl
author | Vidar Stiernström <vidar.stiernstrom@it.uu.se> |
---|---|
date | Wed, 09 Sep 2020 21:11:39 +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