Mercurial > repos > public > sbplib_julia
view SbpOperators/src/SbpOperators.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 | 7cb4492ccd60 |
children | d1004b881da1 |
line wrap: on
line source
module SbpOperators using RegionIndices include("stencil.jl") include("constantstenciloperator.jl") include("d2.jl") include("readoperator.jl") end # module