Fri, 26 Aug 2022 14:19:29 +0200 |
Vidar Stiernström |
Add support for glue interpolation operators, and separate wave speeds across interfaces
feature/D2_boundary_opt
|
Sun, 22 Sep 2019 19:05:17 -0700 |
Martin Almquist |
Add CG interface coupling
feature/laplace_curvilinear_test
|
Mon, 27 May 2019 16:53:32 -0700 |
Martin Almquist |
Make LaplaceCurvilinear work for coeff a and b that are scalar, grid functions, or function handles.
feature/laplace_curvilinear_test
|
Wed, 15 May 2019 16:55:02 -0700 |
Martin Almquist |
In LaplaceCurvilinear, use grid spacings from 1d opSets instead of using grid.scaling()
feature/laplace_curvilinear_test
|
Mon, 29 Apr 2019 12:55:51 -0700 |
Martin Almquist |
Temporary ugly fix for reversing direction of boundary in interface coupling
feature/laplace_curvilinear_test
|
Wed, 10 Apr 2019 13:27:50 -0700 |
Martin Almquist |
Bugfix in interfaceNonconforming(). Remove unused properties gamm_u, gamm_v.
feature/laplace_curvilinear_test
|
Wed, 10 Apr 2019 11:28:23 -0700 |
Martin Almquist |
Remove unused borrowing parameter gamma in interfaceStandard
feature/laplace_curvilinear_test
|
Wed, 10 Apr 2019 11:00:27 -0700 |
Martin Almquist |
Merge with default
feature/laplace_curvilinear_test
|
Fri, 29 Mar 2019 14:50:50 -0700 |
Martin Almquist |
Improve comments in LaplCurve.
feature/laplace_curvilinear_test
|
Fri, 29 Mar 2019 14:41:36 -0700 |
Martin Almquist |
Make LaplaceCurvilinearNew the default version and remove the others
feature/laplace_curvilinear_test
|
Thu, 17 Jan 2019 18:18:00 -0800 |
Martin Almquist |
Set tuning to 1.0 in both old and new Dirichlet.
feature/laplace_curvilinear_test
|
Tue, 22 Jan 2019 12:50:06 -0800 |
Martin Almquist |
Bugfix: add missing brackets in getBoundaryQuadrature in LaplCurv and Utux2d
feature/getBoundaryOp
|
Tue, 22 Jan 2019 17:42:58 +0100 |
Jonatan Werpers |
Fix some mistakes from dc1bcbef2a86
feature/getBoundaryOp
|
Tue, 22 Jan 2019 17:37:07 +0100 |
Jonatan Werpers |
Clean up getBoundaryOps for a few schemes
feature/getBoundaryOp
|
Tue, 22 Jan 2019 17:12:22 +0100 |
Jonatan Werpers |
Remove ability to get several boundary ops at the same time from a few of the schemes
feature/getBoundaryOp
|
Tue, 22 Jan 2019 16:47:34 +0100 |
Jonatan Werpers |
Add asserts to boundary identifier inputs
feature/getBoundaryOp
|
Sat, 12 Jan 2019 11:57:50 -0800 |
Martin Almquist |
Add getBoundaryOperator method to all 2d schemes, except obsolete Wave2dCurve and ElastiCurve, which needs a big makeover.
feature/getBoundaryOp
|
Tue, 08 Jan 2019 11:51:24 +0100 |
Martin Almquist |
Add the following methods in LaplaceCurvilinear: getBoundaryOperator, getBoundaryQuadrature, getBoundaryBorrowing. Remove get_boundary_ops. Make interface and boundary_condition methods use the new methods.
feature/getBoundaryOp
|
Wed, 05 Dec 2018 15:57:41 +0100 |
Jonatan Werpers |
Raname opts to type in a bunch of interface methods
feature/utux2D
|
Tue, 04 Dec 2018 14:42:36 -0800 |
Martin Almquist |
Add forgotten type argument in call to interfaceStandard in Schrodinger2d and LaplCurv.
feature/utux2D
|
Tue, 04 Dec 2018 14:07:38 -0800 |
Martin Almquist |
Make LaplCurv send only number of grid points to InterpOpsXX. Remove coordinates from get_boundary_ops method.
feature/utux2D
|
Tue, 04 Dec 2018 12:54:33 +0100 |
Jonatan Werpers |
Remove default values from LaplaceCurvilinear.interfaceStandard
feature/utux2D
|
Tue, 04 Dec 2018 12:53:59 +0100 |
Jonatan Werpers |
Fix doc for LaplaceCurvilinear.interface
feature/utux2D
|
Mon, 03 Dec 2018 15:01:24 -0800 |
Martin Almquist |
Replace opts by type everywhere
feature/utux2D
|
Mon, 03 Dec 2018 14:53:52 -0800 |
Martin Almquist |
Rename AWW OP. Make Interpolation operator classes take grid points as arguments. Remove LaplCurv.interpolationOperators. Introduce default struct in LaplCurv.interface.
feature/utux2D
|
Sun, 02 Dec 2018 18:04:33 -0800 |
Martin Almquist |
Bugfixes in LaplaceCurve
feature/utux2D
|
Sun, 02 Dec 2018 17:10:07 -0800 |
Martin Almquist |
Refactor LaplCurv.interfaceNonConf. Add method for interpolation operator generation in LaplCurv
feature/utux2D
|
Sun, 02 Dec 2018 16:27:49 -0800 |
Martin Almquist |
Add warning that interfaceNonConforming in LaplaceCurve only works for Cartesian grids.
feature/utux2D
|
Fri, 23 Nov 2018 20:39:40 -0800 |
Martin Almquist |
Change the name of the last interface method argument from type to opts in all schemes.
feature/utux2D
|
Fri, 23 Nov 2018 20:07:13 -0800 |
Martin Almquist |
Remove property interpolation_type in LaplaceCurvilinear
feature/utux2D
|
Thu, 22 Nov 2018 22:03:06 -0800 |
Martin Almquist |
Outline new interface method in LaplaceCurvilinear
feature/utux2D
|
Mon, 21 May 2018 23:11:34 -0700 |
Martin Almquist |
Change schemes to work for special coefficients.
feature/utux2D
|
Wed, 14 Mar 2018 21:01:34 -0700 |
Martin Almquist |
Add interpolation to LaplaceCurveilinear.
feature/utux2D
|
Fri, 01 Sep 2017 10:45:37 +0200 |
Jonatan Werpers |
Remove unneeded sign information from get_boundary_ops
feature/grids/laplace_refactor
|
Fri, 01 Sep 2017 10:43:43 +0200 |
Jonatan Werpers |
Switch implementation of boundary and interface to SBP notation
feature/grids/laplace_refactor
|
Wed, 30 Aug 2017 17:42:22 +0200 |
Jonatan Werpers |
Add missing square
feature/grids/laplace_refactor
|
Wed, 30 Aug 2017 17:33:41 +0200 |
Jonatan Werpers |
Fix bug in creation of boundary inner products
feature/grids/laplace_refactor
|
Wed, 30 Aug 2017 17:29:33 +0200 |
Jonatan Werpers |
Fix sign error in Neumann BC
feature/grids/laplace_refactor
|
Wed, 30 Aug 2017 15:43:51 +0200 |
Jonatan Werpers |
Add boundary inner products
feature/grids/laplace_refactor
|
Tue, 29 Aug 2017 13:10:57 +0200 |
Jonatan Werpers |
Switch to using boundary ops for normal derivative
feature/grids/laplace_refactor
|
Tue, 29 Aug 2017 13:04:07 +0200 |
Jonatan Werpers |
Merge
feature/grids/laplace_refactor
|
Tue, 29 Aug 2017 13:03:45 +0200 |
Jonatan Werpers |
Fix bug where boundary operators were not stored in their properties
feature/grids/laplace_refactor
|
Tue, 29 Aug 2017 12:48:30 +0200 |
Jonatan Werpers |
Clean up use of the sign in boundary and interface routines
feature/grids/laplace_refactor
|
Tue, 29 Aug 2017 12:32:57 +0200 |
Jonatan Werpers |
Add creation of physical boundary normal derivatives
feature/grids/laplace_refactor
|
Tue, 29 Aug 2017 11:21:02 +0200 |
Jonatan Werpers |
Better names for the metric coefficients
feature/grids/laplace_refactor
|
Tue, 29 Aug 2017 11:04:15 +0200 |
Jonatan Werpers |
Reorder and restructure constructor
feature/grids/laplace_refactor
|
Tue, 29 Aug 2017 10:52:21 +0200 |
Jonatan Werpers |
Reorganize properties of the class
feature/grids/laplace_refactor
|
Mon, 28 Aug 2017 19:01:40 +0200 |
Jonatan Werpers |
Switch to using spdiag instead of spdiags
feature/grids/laplace_refactor
|
Tue, 08 Aug 2017 13:25:19 +0200 |
Jonatan Werpers |
Add some todos
feature/grids
|
Wed, 10 May 2017 13:16:12 +0200 |
Jonatan Werpers |
Allow any coefficient in LaplaceCurvilinear
feature/grids
|
Tue, 09 May 2017 14:58:27 +0200 |
Jonatan Werpers |
Copy Wave2dCurve to new scheme LaplaceCurvilinear
feature/grids
base
+scheme/Wave2dCurve.m@acf86541e71c
|