Mercurial > repos > public > sbplib_julia
diff src/SbpOperators/volumeops/derivatives/second_derivative.jl @ 925:6b47a9ee1632 feature/laplace_opset
Add functionality for creating operators from a stencil set. Note: Tests are not updated yet!
author | Vidar Stiernström <vidar.stiernstrom@it.uu.se> |
---|---|
date | Mon, 21 Feb 2022 13:13:37 +0100 |
parents | b4acd25943f4 |
children | 22c80fb36400 |
line wrap: on
line diff
--- a/src/SbpOperators/volumeops/derivatives/second_derivative.jl Mon Feb 21 13:12:47 2022 +0100 +++ b/src/SbpOperators/volumeops/derivatives/second_derivative.jl Mon Feb 21 13:13:37 2022 +0100 @@ -16,4 +16,3 @@ return SbpOperators.volume_operator(grid, scale(inner_stencil,h_inv^2), scale.(closure_stencils,h_inv^2), even, direction) end second_derivative(grid::EquidistantGrid{1}, inner_stencil, closure_stencils) = second_derivative(grid,inner_stencil,closure_stencils,1) -export second_derivative