Mercurial > repos > public > sbplib_julia
diff src/SbpOperators/SbpOperators.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 | e40e7439d1b4 |
children | c64793f77509 |
line wrap: on
line diff
--- a/src/SbpOperators/SbpOperators.jl Sat Dec 05 18:12:31 2020 +0100 +++ b/src/SbpOperators/SbpOperators.jl Sat Dec 05 19:14:39 2020 +0100 @@ -8,6 +8,7 @@ include("constantstenciloperator.jl") include("d2.jl") include("readoperator.jl") +include("volumeops/volume_operator.jl") include("laplace/secondderivative.jl") include("laplace/laplace.jl") include("quadrature/diagonal_inner_product.jl")