Mercurial > repos > public > sbplib_julia
view src/SbpOperators/SbpOperators.jl @ 771:d0c1d0b4da52 operator_storage_array_of_table
Fix type in call to get_stencil_set
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Thu, 15 Jul 2021 00:19:27 +0200 |
parents | 40f2999f57b2 |
children | f94feb005e7d 6fb556b02f7c |
line wrap: on
line source
module SbpOperators using Sbplib.RegionIndices using Sbplib.LazyTensors using Sbplib.Grids include("stencil.jl") include("d2.jl") include("readoperator.jl") include("volumeops/volume_operator.jl") include("volumeops/derivatives/secondderivative.jl") include("volumeops/laplace/laplace.jl") include("volumeops/inner_products/inner_product.jl") include("volumeops/inner_products/inverse_inner_product.jl") include("boundaryops/boundary_operator.jl") include("boundaryops/boundary_restriction.jl") include("boundaryops/normal_derivative.jl") end # module