Mercurial > repos > public > sbplib_julia
view sbp.jl @ 637:4a81812150f4 feature/volume_and_boundary_operators
Change qudrature closure from tuple of reals to tuple of Stencils. Also remove parametrization of stencil width in D2 since this was illformed for the 2nd order case.
author | Vidar Stiernström <vidar.stiernstrom@it.uu.se> |
---|---|
date | Sun, 03 Jan 2021 18:15:14 +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