log src/SbpOperators/boundaryops/boundary_restriction.jl @ 1857:ffde7dad9da5 feature/documenter_logo

age author description
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
Mon, 07 Dec 2020 12:21:22 +0100 Vidar Stiernström Remove export of BoundaryOperator and VolumeOperator feature/volume_and_boundary_operators
Sat, 05 Dec 2020 18:12:31 +0100 Vidar Stiernström Add a general boundary operator and make BoundaryRestriction a specialization of it. feature/volume_and_boundary_operators
Wed, 02 Dec 2020 13:33:54 +0100 Vidar Stiernström Fix bug. feature/boundary_ops
Wed, 02 Dec 2020 13:19:14 +0100 Vidar Stiernström Update documentation and add some comments. feature/boundary_ops