log

age author description
Wed, 09 Sep 2020 21:20:25 +0200 Vidar Stiernström Update modules and project/manifest
Wed, 09 Sep 2020 21:18:28 +0200 Vidar Stiernström Make Laplace consist of tuples of SecondDerivatives. Begin cleanup of functionallity which should be moved to separate files. WIP
Wed, 09 Sep 2020 21:16:13 +0200 Vidar Stiernström Make apply dispatch on Index instead of Tuples of Index
Wed, 09 Sep 2020 21:14:17 +0200 Vidar Stiernström Change all applys to dispatch on Vararg
Wed, 09 Sep 2020 21:11:39 +0200 Vidar Stiernström Remove boundary value functionality from constantstenciloperator. Now in BoundaryValue.jl
Wed, 09 Sep 2020 21:07:39 +0200 Vidar Stiernström Move export statements
Wed, 09 Sep 2020 21:06:59 +0200 Vidar Stiernström Update TODO
Wed, 09 Sep 2020 21:06:27 +0200 Vidar Stiernström Move BoundaryValue from Laplace to separate file. Currently WIP
Wed, 09 Sep 2020 21:00:56 +0200 Vidar Stiernström Fix type errors in InverseQuadrature
Wed, 09 Sep 2020 20:41:31 +0200 Jonatan Werpers Merge
Wed, 09 Sep 2020 20:41:12 +0200 Jonatan Werpers Remove include of non-existent file
Tue, 23 Jun 2020 18:56:59 +0200 Vidar Stiernström Create 1D tensor mapping for inverse diagonal norm, and make the multi-dimensional inverse quadrature use those. Move InverseQudrature from laplace.jl into InverseQuadrature.jl
Tue, 23 Jun 2020 18:53:20 +0200 Vidar Stiernström Rename DiagonalQuadrature to DiagonalNorm
Tue, 23 Jun 2020 17:32:54 +0200 Vidar Stiernström Create 1D tensor mapping for diagonal norm quadratures, and make the multi-dimensional quadrature use those. Move Qudrature from laplace.jl into Quadrature.jl
Tue, 23 Jun 2020 17:31:50 +0200 Vidar Stiernström Add apply_transpose and fix minor issues
Mon, 22 Jun 2020 23:22:08 +0200 Vidar Stiernström Add todo regarding traits and symmetric tensor mappings
Mon, 22 Jun 2020 22:22:27 +0200 Jonatan Werpers Fix some formatting errors in TODO.md
Mon, 22 Jun 2020 22:19:10 +0200 Jonatan Werpers Merge
Mon, 22 Jun 2020 22:18:40 +0200 Jonatan Werpers Rename TODO.txt to TODO.md
Mon, 22 Jun 2020 22:17:33 +0200 Jonatan Werpers Clean up TODO.txt
Mon, 22 Jun 2020 22:08:56 +0200 Vidar Stiernström Move laplace.jl from DiffOps to SbpOperators. Rename constandlaplace to secondderivative
Mon, 22 Jun 2020 21:46:45 +0200 Vidar Stiernström Remove field a from laplace tensor operator
Mon, 22 Jun 2020 21:43:05 +0200 Jonatan Werpers Merge in branch boundary_conditions
Mon, 22 Jun 2020 21:35:23 +0200 Jonatan Werpers Close before merge boundary_conditions
Mon, 22 Jun 2020 21:34:10 +0200 Jonatan Werpers Merge in changes from branch tensor_mappings boundary_conditions
Mon, 22 Jun 2020 21:33:21 +0200 Jonatan Werpers Close before merge tensor_mappings
Mon, 22 Jun 2020 21:31:32 +0200 Vidar Stiernström Change apply_2nd_derivative to Lazy Tensor apply tensor_mappings
Mon, 22 Jun 2020 19:47:20 +0200 Vidar Stiernström Start separating ConstantStencilOp into multiple 1D tensor mappings, e.g. ConstantLaplaceOp. Sketch an implementation of the multi-D laplace tensor operator as a tuple of 1D laplace tensor operators. tensor_mappings
Fri, 19 Jun 2020 12:20:31 +0200 Vidar Stiernström Add type representing an unknown dimension in the domain of tensormappings boundary_conditions
Thu, 18 Jun 2020 22:07:10 +0200 Jonatan Werpers Change how range_size and domain_size work with BoundaryValues and NormalDerivative boundary_conditions
Thu, 09 Jan 2020 13:38:06 +0100 Vidar Stiernström Fix tests for Laplace2D. boundary_conditions
Thu, 09 Jan 2020 10:54:24 +0100 Vidar Stiernström Make Laplace a TensorOperator and add tests. NOTE: Two of the tests for Laplace2D are currently failing. boundary_conditions
Thu, 09 Jan 2020 10:53:03 +0100 Vidar Stiernström Add missing type parametrization boundary_conditions
Wed, 08 Jan 2020 00:00:29 +0100 Vidar Stiernström Change to using region indices in apply of BoundaryValue, NormalDerivative and BoundaryQuadrature boundary_conditions
Tue, 07 Jan 2020 23:56:58 +0100 Vidar Stiernström Remove unnecessary(?) parametrizations when passing tuples of Index boundary_conditions
Tue, 07 Jan 2020 23:48:20 +0100 Vidar Stiernström Extend 2D test boundary_conditions
Mon, 06 Jan 2020 12:08:00 +0100 Vidar Stiernström Add getindex-function for region indices. Update LazyArray tests. NOTE: Not sure if this is the way to go. boundary_conditions
Mon, 06 Jan 2020 11:46:21 +0100 Vidar Stiernström Add 2D test boundary_conditions
Mon, 06 Jan 2020 11:05:19 +0100 Vidar Stiernström Dispatch TensorMappingTranspose on region indices. Update tests. boundary_conditions
Mon, 06 Jan 2020 10:54:48 +0100 Vidar Stiernström Dispatch getindex for TensorMappingApplication on region indices. Dispatch apply boundary_conditions
Mon, 06 Jan 2020 10:48:38 +0100 Vidar Stiernström Dispatch apply(Quadrature) etc on region indices and create utility wrapper function dispatching on standard ints boundary_conditions
Thu, 05 Dec 2019 11:57:39 +0100 Vidar Stiernström Remove redundant property inverseQuadratureClosure boundary_conditions
Thu, 05 Dec 2019 11:54:56 +0100 Vidar Stiernström Dispatch apply_quadrature and apply_inverse_quadrature on Index-type. Add convenience functions dispatching on integer-indices boundary_conditions
Thu, 05 Dec 2019 11:53:39 +0100 Vidar Stiernström Add todo-comment boundary_conditions
Thu, 05 Dec 2019 10:48:31 +0100 Vidar Stiernström Move general methods for D2 to ConstantStencilOperator and increase verbosity of method names for clarity boundary_conditions
Thu, 05 Dec 2019 09:44:34 +0100 Vidar Stiernström Remove property spacing in EquidistantGrid, due to redundancy. boundary_conditions
Thu, 05 Dec 2019 09:28:04 +0100 Vidar Stiernström Restructure code in LazyTensors boundary_conditions
Thu, 05 Dec 2019 09:27:31 +0100 Vidar Stiernström Minor work on implementation of SATs for laplace boundary_conditions
Thu, 05 Dec 2019 09:25:31 +0100 Vidar Stiernström Add ideas to TODO.txt boundary_conditions
Wed, 04 Dec 2019 19:13:55 +0100 Vidar Stiernström Update documentation and formating boundary_conditions
Wed, 04 Dec 2019 19:02:18 +0100 Vidar Stiernström Add lazy elementwise operations for array with scalar boundary_conditions
Tue, 26 Nov 2019 08:28:26 -0800 Vidar Stiernström Add Quadrature and InverseQuadrature for Laplace as TensorMappings. Implement and test the 2D case. Fix implementation of apply_transpose for BoundaryQuadrature and add tests. boundary_conditions
Tue, 26 Nov 2019 08:19:22 -0800 Vidar Stiernström Store grid spacing as property in EquidistantGrid boundary_conditions
Tue, 26 Nov 2019 08:18:23 -0800 Vidar Stiernström Store the inverse quadrature closure for D2. Implement the stencil application for the inverse quadrature boundary_conditions
Fri, 28 Jun 2019 14:17:13 +0200 Jonatan Werpers Implement BaoundaryQuadrature for Laplace boundary_conditions
Fri, 28 Jun 2019 14:11:57 +0200 Jonatan Werpers Fix a few typos in documentation and add a few TODOs boundary_conditions
Fri, 28 Jun 2019 14:10:35 +0200 Jonatan Werpers Improve error messages when multiblying with TensorMappings and add some tests for TensorOperators boundary_conditions
Fri, 28 Jun 2019 14:08:30 +0200 Jonatan Werpers Export spacing() for Equidistant grids boundary_conditions
Thu, 27 Jun 2019 16:23:37 +0200 Jonatan Werpers Be more precise about grid dimension in BoundaryValue and NormalDerivative boundary_conditions
Thu, 27 Jun 2019 16:10:25 +0200 Jonatan Werpers Add apply_quadrature to SbpOperators boundary_conditions