Mercurial > repos > public > sbplib_julia
view SbpOperators/src/SbpOperators.jl @ 271:ecd49ffe0bc8 boundary_conditions
Dispatch apply_quadrature and apply_inverse_quadrature on Index-type. Add convenience functions dispatching on integer-indices
author | Vidar Stiernström <vidar.stiernstrom@it.uu.se> |
---|---|
date | Thu, 05 Dec 2019 11:54:56 +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