log src/SbpOperators/boundaryops/boundary_restriction.jl @ 966:365bc4e2a6a2 feature/laplace_opset

age author description
Mon, 14 Mar 2022 10:51:15 +0100 Vidar Stiernström Add comment and todo on introducing a type StencilSet for dispatch feature/laplace_opset
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
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
Wed, 12 Jan 2022 07:45:38 +0100 Jonatan Werpers Fix bug in boundary_restriction when grids and stencil does not have matching type operator_storage_array_of_table
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