view sbp.jl @ 1157:03c217c50d7c refactor/sbpoperators/inflation

Disregard review comment on scalar multiplication after discussion on Discord. The syntax ``2v[1]`` is described as good in the julia documentation so we keep it for now.
author Jonatan Werpers <jonatan@werpers.com>
date Tue, 29 Nov 2022 21:25:07 +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