Mercurial > repos > public > sbplib_julia
view src/SbpOperators/SbpOperators.jl @ 640:0e20bfef5cee feature/volume_and_boundary_operators
remove extra space
author | Vidar Stiernström <vidar.stiernstrom@it.uu.se> |
---|---|
date | Mon, 04 Jan 2021 16:59:11 +0100 |
parents | bfb1adb2cd7e |
children | f4a16b403487 |
line wrap: on
line source
module SbpOperators using Sbplib.RegionIndices using Sbplib.LazyTensors using Sbplib.Grids include("stencil.jl") include("constantstenciloperator.jl") include("d2.jl") include("readoperator.jl") include("volumeops/volume_operator.jl") include("volumeops/derivatives/secondderivative.jl") include("volumeops/laplace/laplace.jl") include("volumeops/quadratures/quadrature.jl") include("volumeops/quadratures/inverse_diagonal_quadrature.jl") include("boundaryops/boundary_operator.jl") include("boundaryops/boundary_restriction.jl") include("boundaryops/normal_derivative.jl") end # module