Mercurial > repos > public > sbplib_julia
diff src/SbpOperators/SbpOperators.jl @ 881:aa4875f9a530 feature/variable_derivatives
Start implementing the variable second derivative
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Thu, 20 Jan 2022 15:18:14 +0100 |
parents | f0532b9289b7 |
children | 9098fc936776 |
line wrap: on
line diff
--- a/src/SbpOperators/SbpOperators.jl Thu Jan 20 15:17:37 2022 +0100 +++ b/src/SbpOperators/SbpOperators.jl Thu Jan 20 15:18:14 2022 +0100 @@ -14,6 +14,7 @@ include("volumeops/volume_operator.jl") include("volumeops/constant_interior_scaling_operator.jl") include("volumeops/derivatives/second_derivative.jl") +include("volumeops/derivatives/second_derivative_variable.jl") include("volumeops/laplace/laplace.jl") include("volumeops/inner_products/inner_product.jl") include("volumeops/inner_products/inverse_inner_product.jl")