Sun, 09 Jun 2024 00:02:40 +0200 |
Jonatan Werpers |
REVIEW: Suggest deduplication of positivity decompostion code
feature/boundary_conditions
|
Sat, 08 Jun 2024 23:47:23 +0200 |
Jonatan Werpers |
REVIEW: Suggest split of tuning tuple. Please help with names!
feature/boundary_conditions
|
Tue, 04 Jun 2024 16:46:14 -0700 |
Vidar Stiernström |
Remove module BoundaryConditions, moving its content to SbpOperators
feature/boundary_conditions
|
Sat, 01 Jun 2024 17:39:54 -0700 |
Vidar Stiernström |
Address review comments (1 left to be discussed)
feature/boundary_conditions
|
Wed, 29 May 2024 22:44:18 +0200 |
Jonatan Werpers |
REVIEW: Forgot to save...
feature/boundary_conditions
|
Wed, 29 May 2024 22:35:08 +0200 |
Jonatan Werpers |
Review
feature/boundary_conditions
|
Sun, 26 May 2024 18:19:02 -0700 |
Vidar Stiernström |
Implement and test sat_tensors for Dirichlet and Neumann conditions
feature/boundary_conditions
|
Sat, 25 May 2024 15:47:01 -0700 |
Vidar Stiernström |
very minor edit
feature/sbp_operators/laplace_curvilinear
|
Fri, 26 Apr 2024 23:37:29 +0200 |
Jonatan Werpers |
Add LinearAlgebra to Grids and fix a typo
feature/sbp_operators/laplace_curvilinear
|
Fri, 26 Apr 2024 08:53:32 +0200 |
Jonatan Werpers |
Fix some typos and rename g to grid
feature/sbp_operators/laplace_curvilinear
|
Thu, 25 Apr 2024 09:34:34 +0200 |
Jonatan Werpers |
Add attempt at laplace for mapped grids
feature/sbp_operators/laplace_curvilinear
|
Mon, 25 Dec 2023 19:25:10 +0100 |
Vidar Stiernström |
Add todo and minor edits to variable naming and docstring
feature/boundary_conditions
|
Wed, 26 Jul 2023 23:11:02 +0200 |
Vidar Stiernström |
Start drafting new implemenentation of boundary conditions
feature/boundary_conditions
|
Wed, 26 Jul 2023 21:35:50 +0200 |
Vidar Stiernström |
Merge with default. Comment out broken tests for boundary_conditions at sat
feature/boundary_conditions
|
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
|
Tue, 07 Mar 2023 09:48:00 +0100 |
Jonatan Werpers |
Implement changes in SbpOperators
refactor/grids
|
Tue, 11 Oct 2022 18:16:42 +0200 |
Vidar Stiernström |
Reformulate boundary routines (sat tensors) for Laplace and fix export
feature/boundary_conditions
|
Wed, 05 Oct 2022 22:05:23 +0200 |
Vidar Stiernström |
Merge with default
feature/boundary_conditions
|
Fri, 15 Jul 2022 15:24:02 +0200 |
Vidar Stiernström |
Merge feature/grids
feature/boundary_conditions
|
Wed, 05 Oct 2022 22:00:30 +0200 |
Vidar Stiernström |
Rename dim to ndims in Grids.jl
feature/grids
|
Fri, 15 Jul 2022 09:41:58 +0200 |
Vidar Stiernström |
Rename dimension to dim
feature/grids
|
Mon, 13 Jun 2022 13:46:24 +0200 |
Vidar Stiernström |
Start implementing functions for boundary conditions associated with Laplace
feature/boundary_conditions
|
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:00:25 +0100 |
Vidar Stiernström |
Revew: Consider review comments for laplace(grid,...). Keeping the method separate (instead of inlining it) allows for users to create custom operators w.o. first defining a stencil set. Having both methods is also similar to how other types of operators can be constructed.
feature/laplace_opset
|
Mon, 14 Mar 2022 08:25:11 +0100 |
Jonatan Werpers |
Reviwe: Some more comments
feature/laplace_opset
|
Mon, 14 Mar 2022 07:50:53 +0100 |
Jonatan Werpers |
Rename type parameter DiffOp to TM
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 23:33:29 +0100 |
Vidar Stiernström |
Fix tests after refactoring
feature/laplace_opset
|
Mon, 21 Feb 2022 13:12:47 +0100 |
Vidar Stiernström |
Start restructuring Laplace making it more minimal.
feature/laplace_opset
|
Sun, 30 Jan 2022 13:00:18 +0100 |
Vidar Stiernström |
Review: Add review comment regarding restructuring of Laplace
feature/laplace_opset
|
Thu, 27 Jan 2022 10:55:08 +0100 |
Vidar Stiernström |
Merge with feature/laplace_opset
laplace_benchmarks
|
Wed, 19 Jan 2022 13:15:45 +0100 |
Vidar Stiernström |
Add some benchmarks using the Laplace Operator Set
laplace_benchmarks
|
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
|
Tue, 25 Jan 2022 08:05:02 +0100 |
Jonatan Werpers |
REVIEW: Remove extra newlines in docstrings
feature/laplace_opset
|
Tue, 25 Jan 2022 07:21:58 +0100 |
Jonatan Werpers |
REVIEW: Add a few comments and suggest code changes
feature/laplace_opset
|
Wed, 19 Jan 2022 14:44:24 +0100 |
Vidar Stiernström |
Merge with default
feature/laplace_opset
|
Thu, 13 Jan 2022 08:27:36 +0100 |
Jonatan Werpers |
Remove some more types and type parameters
refactor/sbp_operators_method_signatures
|
Fri, 02 Jul 2021 11:13:14 +0200 |
Vidar Stiernström |
Add suggestion for pretty printing of Laplace
feature/laplace_opset
|
Sun, 28 Mar 2021 15:48:06 +0200 |
Vidar Stiernström |
Reduce the number of type perameters used by Laplace.
feature/laplace_opset
|
Sun, 21 Mar 2021 13:44:29 +0100 |
Vidar Stiernström |
Add convenience functions for returning multiple boundary operators from Laplace
feature/laplace_opset
|
Fri, 19 Mar 2021 17:13:04 +0100 |
Vidar Stiernström |
Minor cleanup of code
feature/laplace_opset
|
Fri, 19 Mar 2021 16:56:58 +0100 |
Vidar Stiernström |
Change from Dict to StaticDict in Laplace
feature/laplace_opset
|
Wed, 17 Mar 2021 10:20:05 +0100 |
Vidar Stiernström |
Change from EquidistantGrid to AbstractGrid in Laplace interface
feature/laplace_opset
|
Mon, 22 Feb 2021 15:15:24 +0100 |
Vidar Stiernström |
Fix comment
feature/laplace_opset
|
Tue, 16 Feb 2021 07:50:30 +0100 |
Vidar Stiernström |
Minor clean up
feature/laplace_opset
|
Mon, 15 Feb 2021 17:31:32 +0100 |
Vidar Stiernström |
Update docs
feature/laplace_opset
|
Mon, 15 Feb 2021 11:30:34 +0100 |
Vidar Stiernström |
Merge in default
feature/laplace_opset
|
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
|
Sat, 06 Feb 2021 15:17:18 +0100 |
Vidar Stiernström |
Make use of the function boundary_quadrature in Laplace constructor
feature/laplace_opset
|
Sun, 31 Jan 2021 22:19:53 +0100 |
Vidar Stiernström |
Simplify construction of boundary-operator pairs in Laplace constructor
feature/laplace_opset
|
Sun, 31 Jan 2021 21:04:02 +0100 |
Vidar Stiernström |
Make Laplace a type storing relevant operators used when writing a scheme, e.g. quadratures, normal derivatives etc.
feature/laplace_opset
|
Fri, 08 Jan 2021 16:05:53 +0100 |
Vidar Stiernström |
Fix typo in documentation and remove obsolete out-commented code.
feature/volume_and_boundary_operators
|
Mon, 21 Dec 2020 23:12:37 +0100 |
Vidar Stiernström |
Update documentation and remove some out-commented lines
feature/volume_and_boundary_operators
|
Mon, 07 Dec 2020 12:16:09 +0100 |
Vidar Stiernström |
Move Laplace and SecondDerivative into the volumeops directory
feature/volume_and_boundary_operators
base
src/SbpOperators/laplace/laplace.jl@798c1b17637e
|