Mercurial > repos > public > sbplib_julia
diff src/SbpOperators/SbpOperators.jl @ 793:1a4b3aecf9e5 operator_storage_array_of_table
Add ConstantInteriorScalingOperator which will be used to implement diagonal inner products
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Thu, 22 Jul 2021 23:33:58 +0200 |
parents | 6fb556b02f7c |
children | f0532b9289b7 |
line wrap: on
line diff
--- a/src/SbpOperators/SbpOperators.jl Mon Jul 19 22:27:52 2021 +0200 +++ b/src/SbpOperators/SbpOperators.jl Thu Jul 22 23:33:58 2021 +0200 @@ -8,6 +8,7 @@ include("d2.jl") include("readoperator.jl") include("volumeops/volume_operator.jl") +include("volumeops/constant_interior_scaling_operator.jl") include("volumeops/derivatives/second_derivative.jl") include("volumeops/laplace/laplace.jl") include("volumeops/inner_products/inner_product.jl")