comparison 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
comparison
equal deleted inserted replaced
880:f74189c954d6 881:aa4875f9a530
12 include("stencil.jl") 12 include("stencil.jl")
13 include("readoperator.jl") 13 include("readoperator.jl")
14 include("volumeops/volume_operator.jl") 14 include("volumeops/volume_operator.jl")
15 include("volumeops/constant_interior_scaling_operator.jl") 15 include("volumeops/constant_interior_scaling_operator.jl")
16 include("volumeops/derivatives/second_derivative.jl") 16 include("volumeops/derivatives/second_derivative.jl")
17 include("volumeops/derivatives/second_derivative_variable.jl")
17 include("volumeops/laplace/laplace.jl") 18 include("volumeops/laplace/laplace.jl")
18 include("volumeops/inner_products/inner_product.jl") 19 include("volumeops/inner_products/inner_product.jl")
19 include("volumeops/inner_products/inverse_inner_product.jl") 20 include("volumeops/inner_products/inverse_inner_product.jl")
20 include("boundaryops/boundary_operator.jl") 21 include("boundaryops/boundary_operator.jl")
21 include("boundaryops/boundary_restriction.jl") 22 include("boundaryops/boundary_restriction.jl")