Mercurial > repos > public > sbplib_julia
view SbpOperators/src/SbpOperators.jl @ 302:6fa2ba769ae3
Create 1D tensor mapping for inverse diagonal norm, and make the multi-dimensional inverse quadrature use those. Move InverseQudrature from laplace.jl into InverseQuadrature.jl
author | Vidar Stiernström <vidar.stiernstrom@it.uu.se> |
---|---|
date | Tue, 23 Jun 2020 18:56:59 +0200 |
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