Mercurial > repos > public > sbplib_julia
log src/SbpOperators/boundaryops/normal_derivative.jl @ 925:6b47a9ee1632 feature/laplace_opset
age | author | description |
---|---|---|
Mon, 21 Feb 2022 13:13:37 +0100 | Vidar Stiernström | Add functionality for creating operators from a stencil set. Note: Tests are not updated yet! feature/laplace_opset |
Tue, 25 Jan 2022 08:19:02 +0100 | Jonatan Werpers | REVIEW: Move export statements. Some to the top of the file and some to SbpOperators.jl since they seem more general feature/laplace_opset |
Sat, 17 Jul 2021 18:13:20 +0200 | Jonatan Werpers | Remove some more unneded types refactor/sbp_operators_method_signatures |
Fri, 12 Feb 2021 16:16:45 +0100 | Vidar Stiernström | Start changing the name of functions creating operators that are not types to lower case. E.g SecondDerivative->second_derivative refactor/operator_naming |
Mon, 07 Dec 2020 14:05:47 +0100 | Vidar Stiernström | Add NormalDerivative as a BoundaryOperator and reintroduce tests. feature/volume_and_boundary_operators |