log src/SbpOperators/boundaryops/normal_derivative.jl @ 1696:29b96fc75bee feature/sbp_operators/laplace_curvilinear

age author description
Wed, 28 Aug 2024 10:50:15 +0200 Jonatan Werpers Merge feature/grids/manifolds feature/sbp_operators/laplace_curvilinear
Sun, 30 Jun 2024 15:57:22 +0200 Jonatan Werpers Add concistency tests for normal_derivative and and fix bug regarding sign of boundary feature/sbp_operators/laplace_curvilinear
Fri, 28 Jun 2024 17:00:57 +0200 Jonatan Werpers Simplify normal_derivative feature/sbp_operators/laplace_curvilinear
Thu, 27 Jun 2024 16:40:50 +0200 Jonatan Werpers Fix bug in normal derivative feature/sbp_operators/laplace_curvilinear
Thu, 27 Jun 2024 09:06:01 +0200 Jonatan Werpers Flesh out normal_derivative implementation some more. feature/sbp_operators/laplace_curvilinear
Wed, 26 Jun 2024 14:41:50 +0200 Jonatan Werpers Start adding normal derivative for mapped grid feature/sbp_operators/laplace_curvilinear
Thu, 18 May 2023 22:53:31 +0200 Vidar Stiernström Fix typos and formatting of documentation refactor/grids
Tue, 02 May 2023 22:09:33 +0200 Jonatan Werpers Clean up documentation for changed types in SbpOperatorClean up documentation for changed types in SbpOperatorss refactor/grids
Wed, 01 Mar 2023 08:28:14 +0100 Jonatan Werpers Make tests for normal_derivative work refactor/grids
Fri, 20 May 2022 11:30:46 +0200 Vidar Stiernström Update docs refactor/sbpoperators/inflation
Tue, 10 May 2022 20:34:20 +0200 Jonatan Werpers Bring up to date refactor/sbpoperators/inflation
Mon, 21 Mar 2022 12:51:39 +0100 Jonatan Werpers Try to remove volume_operator and boundary_operator methods refactor/sbpoperators/inflation
Tue, 22 Mar 2022 14:23:55 +0100 Jonatan Werpers Merge default refactor/lazy_tensors
Fri, 18 Mar 2022 21:14:47 +0100 Jonatan Werpers Rename types refactor/lazy_tensors
Thu, 17 Mar 2022 21:31:20 +0100 Vidar Stiernström Add type StencilSet feature/stencil_set_type
Sun, 13 Mar 2022 21:01:09 +0100 Jonatan Werpers Reformat "See also:" feature/laplace_opset
Fri, 25 Feb 2022 17:20:40 +0100 Vidar Stiernström Fix docs and add some references feature/laplace_opset
Fri, 25 Feb 2022 16:34:35 +0100 Vidar Stiernström Fix bug when construcing normal_derivative from a stencil set feature/laplace_opset
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