log src/SbpOperators/boundaryops/boundary_restriction.jl @ 1948:dd77b45ee1ac feature/grids/manifolds

age author description
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
Mon, 27 Feb 2023 08:48:38 +0100 Jonatan Werpers Fix tests for boundary operator and boundary restriction 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
Tue, 22 Mar 2022 13:53:07 +0100 Vidar Stiernström Remove todo, add ::StencilSet to some methods, and update docs feature/stencil_set_type
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
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
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
Wed, 02 Dec 2020 08:18:09 +0100 Jonatan Werpers Fix bug in boundary_restriction feature/boundary_ops
Tue, 01 Dec 2020 19:41:16 +0100 Jonatan Werpers Merge feature/boundary_ops
Tue, 01 Dec 2020 17:31:30 +0100 Jonatan Werpers Implement boundary_restriction in a dimension independent way feature/boundary_ops
Tue, 01 Dec 2020 17:47:14 +0100 Jonatan Werpers Add constructor that infers T and N feature/boundary_ops
Tue, 01 Dec 2020 17:43:13 +0100 Jonatan Werpers Change name from closuresize() to closure_size() feature/boundary_ops
Tue, 01 Dec 2020 16:48:53 +0100 Jonatan Werpers Fix typo feature/boundary_ops
Tue, 01 Dec 2020 16:02:44 +0100 Jonatan Werpers Implement apply_transpose for different regions and remove boundschecks to simplify feature/boundary_ops
Tue, 01 Dec 2020 16:01:08 +0100 Jonatan Werpers Add methods for closure size of a boundary restriction feature/boundary_ops
Tue, 01 Dec 2020 15:36:35 +0100 Jonatan Werpers Change order of type parameters R and N to allow skipping N feature/boundary_ops
Tue, 01 Dec 2020 15:21:01 +0100 Jonatan Werpers Collect documentation for BoundaryRestriction at the type definition feature/boundary_ops
Mon, 30 Nov 2020 23:18:33 +0100 Vidar Stiernström Clean up type parameters and remove obsolete todo feature/boundary_ops
Mon, 30 Nov 2020 18:34:48 +0100 Vidar Stiernström Fix region(CartesianBoundary) not returning an instance. feature/boundary_ops
Mon, 30 Nov 2020 18:30:24 +0100 Vidar Stiernström Merge with default feature/boundary_ops
Tue, 24 Nov 2020 18:30:25 +0100 Vidar Stiernström Fix range_size not returning empty tuple feature/boundary_ops
Tue, 24 Nov 2020 15:28:10 +0100 Vidar Stiernström Fix the range of the BoundaryRestriction tensor mapping (the range is zero for the 1D operator). Add some documentation and todos. feature/boundary_ops
Mon, 23 Nov 2020 21:19:08 +0100 Vidar Stiernström Clean up constructors feature/boundary_ops
Mon, 23 Nov 2020 20:22:14 +0100 Vidar Stiernström Get some kind of tested working implementation. feature/boundary_ops
Mon, 23 Nov 2020 13:11:19 +0100 Vidar Stiernström Sketch on boundary_restriction function in 2D, returning an inflated BoundaryRestriction feature/boundary_ops
Mon, 23 Nov 2020 13:09:57 +0100 Vidar Stiernström Fix boundschecking for BoundaryRestriction feature/boundary_ops
Sun, 22 Nov 2020 14:45:32 +0100 Vidar Stiernström Start sketching on 1D boundary restriction operators. feature/boundary_ops