view sbp.jl @ 611:e71f2f81b5f8 feature/volume_and_boundary_operators

NOT WORKING: Draft implementation of VolumeOperator and make SecondDerivative specialize it. Reformulate Laplace for the new SecondDerivative.
author Vidar Stiernström <vidar.stiernstrom@it.uu.se>
date Sat, 05 Dec 2020 19:14:39 +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