view sbp.jl @ 282:ce6a2f3f732a boundary_conditions

Make Laplace a TensorOperator and add tests. NOTE: Two of the tests for Laplace2D are currently failing.
author Vidar Stiernström <vidar.stiernstrom@it.uu.se>
date Thu, 09 Jan 2020 10:54:24 +0100
parents 31bd875eedf5
children f4e3e71a4ff4
line wrap: on
line source

module sbp

using Grids
using RegionIndices
using SbpOperators
using DiffOps

include("TimeStepper.jl")
end  # module