Mon, 23 Oct 2017 16:42:59 +0200 |
Jonatan Werpers |
Close before merge
bugfix/TiVectorInputs
|
Mon, 23 Oct 2017 16:29:52 +0200 |
Jonatan Werpers |
Flip input and outputs if they are columnvectors.
bugfix/TiVectorInputs
|
Mon, 23 Oct 2017 15:46:25 +0200 |
Jonatan Werpers |
Switch to elementwise multiplication where it was not used
bugfix/TiVectorInputs
|
Mon, 23 Oct 2017 15:42:56 +0200 |
Jonatan Werpers |
Add tests to specify how a ti should respond to vector inputs
bugfix/TiVectorInputs
|
Fri, 20 Oct 2017 23:31:20 +0200 |
Jonatan Werpers |
Merge
feature/grids
|
Fri, 20 Oct 2017 23:30:05 +0200 |
Jonatan Werpers |
Merge
feature/grids
|
Fri, 20 Oct 2017 23:28:08 +0200 |
Jonatan Werpers |
Factor out function for reordering components
feature/grids
|
Fri, 20 Oct 2017 23:24:42 +0200 |
Jonatan Werpers |
Clean up numberOfCompnents
feature/grids
|
Fri, 20 Oct 2017 23:13:43 +0200 |
Jonatan Werpers |
Avoid eval
feature/grids
|
Fri, 20 Oct 2017 23:07:03 +0200 |
Jonatan Werpers |
Switch to using asserts for error checking
feature/grids
|
Fri, 20 Oct 2017 22:59:30 +0200 |
Jonatan Werpers |
Factor out function for calculating the number of components
feature/grids
|
Fri, 20 Oct 2017 18:55:02 +0200 |
Jonatan Werpers |
Print cleaning of evalOn and evalOnTest
feature/grids
|
Fri, 20 Oct 2017 18:43:26 +0200 |
Jonatan Werpers |
Remove whitespace
feature/grids
|
Fri, 20 Oct 2017 18:41:22 +0200 |
Jonatan Werpers |
Remove unused variables
feature/grids
|
Fri, 20 Oct 2017 18:31:53 +0200 |
Jonatan Werpers |
Use matlab style if
feature/grids
|
Fri, 20 Oct 2017 16:01:43 +0200 |
Jonatan Werpers |
Add a function for easily applying many boundary conditions at the same time
feature/grids
|
Fri, 20 Oct 2017 15:57:49 +0200 |
Jonatan Werpers |
Add some todos
feature/grids
|
Fri, 20 Oct 2017 15:56:10 +0200 |
Jonatan Werpers |
Beam: Add ability to set one BC at a time
feature/grids
|
Wed, 11 Oct 2017 16:01:22 +0200 |
Jonatan Werpers |
Add helper function for convergence runs on discretizations
feature/grids
|
Wed, 11 Oct 2017 16:01:02 +0200 |
Jonatan Werpers |
Add class to handle animations in a smoother and more modular way
feature/grids
|
Wed, 11 Oct 2017 15:44:17 +0200 |
Jonatan Werpers |
Add assertion in time.Timestepper for robustness
feature/grids
|
Wed, 11 Oct 2017 15:43:52 +0200 |
Jonatan Werpers |
Add assertScalar()
feature/grids
|
Wed, 11 Oct 2017 15:43:31 +0200 |
Jonatan Werpers |
Add function for finding the path of sbplib
feature/grids
|
Mon, 09 Oct 2017 10:51:48 +0200 |
Jonatan Werpers |
Remove diffSymfun, matlab already does this
feature/grids
|
Sat, 14 Oct 2017 22:38:42 -0700 |
Martin Almquist |
Add interpolation to scheme
feature/utux2D
|
Sat, 14 Oct 2017 22:36:31 -0700 |
Martin Almquist |
Merge to get interpolation operators.
feature/utux2D
|
Sat, 14 Oct 2017 22:32:25 -0700 |
Martin Almquist |
Add inerpolation operator classes and implementations for MC and AWW.
feature/interpolation
|
Sat, 14 Oct 2017 22:28:27 -0700 |
Martin Almquist |
Make grid.evalOn faster.
feature/grids
|
Sat, 14 Oct 2017 22:24:19 -0700 |
Martin Almquist |
Make blockMatrix.toMatrix faster for large matrices.
feature/grids
|
Thu, 05 Oct 2017 20:21:20 -0700 |
Martin Almquist |
Add centered interface coupling in addition to upwind
feature/utux2D
|
Wed, 04 Oct 2017 13:41:58 +0200 |
Jonatan Werpers |
Remove unused output
feature/grids
|
Thu, 28 Sep 2017 11:17:15 +0200 |
Jonatan Werpers |
Respect end time in step mode
feature/grids
|
Thu, 28 Sep 2017 11:15:29 +0200 |
Jonatan Werpers |
Add assert function for number of arguments
feature/grids
|
Thu, 28 Sep 2017 11:14:34 +0200 |
Jonatan Werpers |
SBPInTimeImplicitFormulation: Fix bug in calculation of forcing function
feature/grids
|
Tue, 26 Sep 2017 15:38:57 +0200 |
Jonatan Werpers |
Add missing pause command in noname.Animate
feature/grids
|
Tue, 26 Sep 2017 15:38:25 +0200 |
Jonatan Werpers |
Add some functions to make symbolic life easier
feature/grids
|
Thu, 14 Sep 2017 14:30:57 +0200 |
Jonatan Werpers |
Add functions for calculating fourier transforms
feature/grids
|
Tue, 26 Sep 2017 13:28:49 -0700 |
Martin Almquist |
Merge with better multiblock defs.
feature/utux2D
|
Tue, 26 Sep 2017 13:28:12 -0700 |
Martin Almquist |
Add more boundary groups in Rectangle. Bugfix in boundaryGroups.all.
feature/better_multiblock_defs
|
Tue, 26 Sep 2017 13:26:25 -0700 |
Martin Almquist |
Make Utux2D work
feature/utux2D
|
Mon, 18 Sep 2017 20:06:25 +0200 |
Martin Almquist |
Merge with better_multiblock_defs
feature/utux2D
|
Mon, 18 Sep 2017 19:41:12 +0200 |
Martin Almquist |
Complete Rectangle definition
feature/better_multiblock_defs
|
Mon, 11 Sep 2017 14:17:15 +0200 |
Martin Almquist |
Merge with feature/grids
feature/utux2D
|
Mon, 11 Sep 2017 14:12:54 +0200 |
Martin Almquist |
Add Utux2D scheme
feature/utux2D
|
Mon, 11 Sep 2017 13:57:45 +0200 |
Jonatan Werpers |
Add stub for Rectangle
feature/better_multiblock_defs
|
Mon, 11 Sep 2017 13:57:04 +0200 |
Jonatan Werpers |
Remove abstract methods getGridSizes from multiblock.Definition
feature/better_multiblock_defs
|
Mon, 11 Sep 2017 13:50:29 +0200 |
Jonatan Werpers |
Add domain definition for circle.
feature/better_multiblock_defs
|
Mon, 11 Sep 2017 13:46:08 +0200 |
Jonatan Werpers |
Add abstract class for multiblock definitions
feature/better_multiblock_defs
|
Fri, 08 Sep 2017 14:47:13 +0200 |
Jonatan Werpers |
Add multiblock contour plot
feature/grids
|
Fri, 08 Sep 2017 14:38:29 +0200 |
Jonatan Werpers |
Add an empty type of multiblock grid
feature/grids
|
Fri, 08 Sep 2017 11:08:50 +0200 |
Jonatan Werpers |
In case of empty grids, make grid functions with the correct dimensions
feature/grids
|
Thu, 07 Sep 2017 14:08:31 +0200 |
Jonatan Werpers |
Allow more than one type in type assertion
feature/grids
|
Thu, 07 Sep 2017 10:21:15 +0200 |
Jonatan Werpers |
Rename grid.EmptyGrid to grid.Empty
feature/grids
|
Thu, 07 Sep 2017 09:54:45 +0200 |
Jonatan Werpers |
Merge default
feature/grids
|
Thu, 07 Sep 2017 09:54:21 +0200 |
Jonatan Werpers |
Make Cell class work with isempty()
|
Thu, 07 Sep 2017 09:21:04 +0200 |
Jonatan Werpers |
Be less strict about what is considered a block matrix
feature/grids
|
Thu, 07 Sep 2017 09:18:55 +0200 |
Jonatan Werpers |
Add a type check for the grids cell array and a note regarding missplaced method
feature/grids
|
Thu, 07 Sep 2017 09:16:12 +0200 |
Jonatan Werpers |
Add an Empty grid class
feature/grids
|
Thu, 07 Sep 2017 09:10:17 +0200 |
Jonatan Werpers |
Add function for gaussian bumb
feature/grids
|
Thu, 07 Sep 2017 09:09:22 +0200 |
Jonatan Werpers |
Add assert function for symbolic bools
feature/grids
|
Mon, 04 Sep 2017 17:50:27 +0200 |
Jonatan Werpers |
Add functions for symmetric and skew parts of matrix
feature/grids
|
Sun, 03 Sep 2017 21:27:09 +0200 |
Martin Almquist |
Remove data input from boundary condition function
feature/utux2D
|
Thu, 31 Aug 2017 14:57:34 +0200 |
Martin Almquist |
Edit scheme.Utux: Add interface function. Compatible with new grids. Works with Utux_1D_interface.
feature/utux2D
|
Tue, 22 Aug 2017 13:53:31 +0200 |
Martin Almquist |
Bug fixes in scheme.Utux
feature/utux2D
|
Fri, 01 Sep 2017 11:07:15 +0200 |
Jonatan Werpers |
Merge laplace refactor. Refactor class to more closely resemble SBP notation. Fix bc bugs
feature/grids
|
Fri, 01 Sep 2017 10:58:07 +0200 |
Jonatan Werpers |
Close branch feature/grids/laplace_refactor
feature/grids/laplace_refactor
|
Fri, 01 Sep 2017 10:52:56 +0200 |
Jonatan Werpers |
Add todo about method name change
feature/grids
|
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 12:22:33 +0200 |
Jonatan Werpers |
Merge default
feature/grids/laplace_refactor
|
Tue, 29 Aug 2017 12:22:01 +0200 |
Jonatan Werpers |
Make spdiag accept both row and column vectors
|
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
|
Mon, 28 Aug 2017 14:29:46 +0200 |
Jonatan Werpers |
Merge default
feature/grids
|
Mon, 28 Aug 2017 11:06:00 +0200 |
Jonatan Werpers |
Change away from matrix formulation in Rk4 second order form
feature/grids
|
Thu, 24 Aug 2017 11:05:31 +0200 |
Jonatan Werpers |
Fix bugs in cell array initialization
feature/grids
|
Wed, 23 Aug 2017 11:21:19 +0200 |
Jonatan Werpers |
Add assertion in inputs to grid.Cartesian
feature/grids
|
Wed, 23 Aug 2017 11:05:35 +0200 |
Jonatan Werpers |
Add type assertion
feature/grids
|
Mon, 21 Aug 2017 11:20:20 +0200 |
Jonatan Werpers |
Add todo to Beam
feature/grids
|
Mon, 21 Aug 2017 11:20:00 +0200 |
Jonatan Werpers |
Add Ti parametrization of rectangle
feature/grids
|
Tue, 15 Aug 2017 12:57:36 +0200 |
Jonatan Werpers |
Allow labels to be block ids
feature/grids
|
Mon, 14 Aug 2017 16:46:58 +0200 |
Jonatan Werpers |
Add classes for easy plotting of functions on a multi block grid
feature/grids
|
Mon, 14 Aug 2017 09:25:31 +0200 |
Jonatan Werpers |
Fix typo
feature/grids
|
Tue, 08 Aug 2017 13:26:30 +0200 |
Jonatan Werpers |
Merge default
feature/grids
|
Tue, 08 Aug 2017 13:25:19 +0200 |
Jonatan Werpers |
Add some todos
feature/grids
|
Tue, 08 Aug 2017 08:26:49 +0200 |
Jonatan Werpers |
Merge default
feature/grids
|
Tue, 08 Aug 2017 08:25:16 +0200 |
Jonatan Werpers |
Add note about a possible getBoundaryOperator method
feature/grids
|
Mon, 07 Aug 2017 09:57:03 +0200 |
Jonatan Werpers |
Add an abstrac class as help when defining transfinite multiblock grids
feature/grids
|
Mon, 07 Aug 2017 09:56:01 +0200 |
Jonatan Werpers |
Merge feature/boundaryGroup
feature/grids
|
Thu, 03 Aug 2017 18:07:27 +0200 |
Jonatan Werpers |
Implement boundary_condition for boundary groups
feature/boundaryGroup
|
Thu, 03 Aug 2017 17:45:06 +0200 |
Jonatan Werpers |
Factor out function for handling a single boundary condition
feature/boundaryGroup
|
Thu, 03 Aug 2017 17:38:05 +0200 |
Jonatan Werpers |
Implement getBoundaryOperator for boundaryGroups in multiblock.DiffOp
feature/boundaryGroup
|
Thu, 03 Aug 2017 15:49:32 +0200 |
Jonatan Werpers |
Implement getBoundaryNames in multiblock.Grid
feature/boundaryGroup
|
Thu, 03 Aug 2017 15:01:12 +0200 |
Jonatan Werpers |
Implement getBoundary in multiblock.Grid
feature/boundaryGroup
|
Thu, 03 Aug 2017 14:09:00 +0200 |
Jonatan Werpers |
Add some documentation and decide on public function signatures
feature/boundaryGroup
|
Thu, 03 Aug 2017 14:07:56 +0200 |
Jonatan Werpers |
Give BoundaryGroup a better printing method
feature/boundaryGroup
|
Thu, 03 Aug 2017 14:04:36 +0200 |
Jonatan Werpers |
Move the description of boundary identifiers to the grid package and update documentation for grid.Grid.getBoundaryNames
feature/boundaryGroup
|
Thu, 03 Aug 2017 09:55:59 +0200 |
Jonatan Werpers |
Change the BoundaryGroup class into a simpler cellarray style
feature/boundaryGroup
|
Wed, 02 Aug 2017 19:26:39 +0200 |
Jonatan Werpers |
Add documentation stubs for grid functions and boundary identifiers
feature/grids
|
Wed, 02 Aug 2017 15:46:10 +0200 |
Jonatan Werpers |
Merge default
feature/grids
|
Tue, 01 Aug 2017 12:35:38 +0200 |
Jonatan Werpers |
Merge with default
feature/grids
|
Tue, 01 Aug 2017 12:22:59 +0200 |
Jonatan Werpers |
Add not-implemented-error for interface method in multiblock.DiffOp
feature/grids
|
Mon, 28 Aug 2017 14:28:45 +0200 |
Jonatan Werpers |
Add a symmetric surf
|
Mon, 07 Aug 2017 13:20:48 +0200 |
Ylva Rydin |
changed sign in penalty parameter
feature/quantumTriangles
|
Mon, 07 Aug 2017 11:56:53 +0200 |
Ylva Rydin |
removed y-direction for debugging
feature/quantumTriangles
|
Mon, 07 Aug 2017 09:02:49 +0200 |
Ylva Rydin |
Added J to propertied
feature/quantumTriangles
|
Mon, 10 Jul 2017 09:27:58 +0200 |
Ylva Rydin |
sign change in SAT-TERM
feature/quantumTriangles
|
Fri, 07 Jul 2017 14:52:47 +0200 |
Ylva Rydin |
Changed the penalty on the first derivative penalty terms, did not solve the problem
feature/quantumTriangles
|
Fri, 07 Jul 2017 14:22:02 +0200 |
Ylva Rydin |
Tried to make skewsym.
feature/quantumTriangles
|
Fri, 07 Jul 2017 13:33:05 +0200 |
Ylva Rydin |
Removed an unnessesary comment
feature/quantumTriangles
|
Mon, 26 Jun 2017 20:15:54 +0200 |
Ylva Rydin |
Added arnoldi krylov subspace approximation
feature/quantumTriangles
|
Mon, 26 Jun 2017 19:23:19 +0200 |
Ylva Rydin |
add H_xyz to hypsyst to compute H-norm
feature/quantumTriangles
|
Thu, 08 Jun 2017 10:33:36 +0200 |
Ylva Rydin |
Added sqrt of Ji in the right places, not sure about the interfaces, will not test it properly now
feature/quantumTriangles
|
Fri, 02 Jun 2017 17:46:01 +0200 |
Ylva Rydin |
tried to add 4th order magnus integrator which does not work
feature/quantumTriangles
|
Fri, 02 Jun 2017 17:43:59 +0200 |
Ylva Rydin |
changed the magnus midpoint rule
feature/quantumTriangles
|
Fri, 02 Jun 2017 11:33:04 +0200 |
Ylva Rydin |
moved all multiplications and divisions bu J and Ji to the siscretization to easier find the error
feature/quantumTriangles
|
Mon, 29 May 2017 14:07:55 +0200 |
Ylva Rydin |
Start over with the non-symmetric shrodnger to ceep track of changes.
feature/quantumTriangles
|
Mon, 29 May 2017 13:54:16 +0200 |
Ylva Rydin |
tried to make a symmetric scheme
feature/quantumTriangles
|
Thu, 18 May 2017 11:44:29 +0200 |
Ylva Rydin |
Added the midpont magnus exponential integrator
feature/quantumTriangles
|
Thu, 18 May 2017 11:43:35 +0200 |
Ylva Rydin |
Removed the expint which ises the package expode
feature/quantumTriangles
|
Tue, 16 May 2017 09:18:10 +0200 |
Ylva Rydin |
Added the new abstract classes to hypsyst3D and Upwind1D to make them work with Jonatans changes
feature/quantumTriangles
|
Tue, 16 May 2017 08:57:54 +0200 |
Ylva Rydin |
An attempt to add the exponential integrators
feature/quantumTriangles
|
Tue, 25 Apr 2017 09:52:32 +0200 |
Ylva Rydin |
Found some small bugs when making slides for pressentation
feature/quantumTriangles
|
Thu, 20 Apr 2017 07:55:09 +0200 |
Ylva Rydin |
Small changes
feature/quantumTriangles
|
Mon, 06 Mar 2017 17:23:52 +0100 |
Ylva Rydin |
Commit before changing branch
feature/quantumTriangles
|
Fri, 03 Mar 2017 16:19:41 +0100 |
Ylva Rydin |
chnaged sbp interfacein 1d among many things
feature/quantumTriangles
|
Sat, 25 Feb 2017 12:44:01 +0100 |
Ylva Rydin |
Added 2D interface to shrodinger
feature/quantumTriangles
|
Fri, 24 Feb 2017 13:58:18 +0100 |
Ylva Rydin |
Add 1d interface for shrodinger in 1d
feature/quantumTriangles
|
Fri, 24 Feb 2017 09:04:02 +0100 |
Ylva Rydin |
Added new penalty parameter to the interface in shrodinger curve
feature/quantumTriangles
|
Thu, 23 Feb 2017 09:32:30 +0100 |
Ylva Rydin |
Meged with default
feature/quantumTriangles
|
Thu, 23 Feb 2017 09:31:56 +0100 |
Ylva Rydin |
Commit before merge
feature/quantumTriangles
|
Wed, 15 Feb 2017 11:21:04 +0100 |
Ylva Rydin |
fixed a bug in the metric coefficients but something is wrong at the boundaries
feature/quantumTriangles
|
Fri, 10 Feb 2017 14:29:53 +0100 |
Ylva Rydin |
Schrodinger 2d runs without exploding with fixed coordinates
feature/quantumTriangles
|
Thu, 09 Feb 2017 11:41:21 +0100 |
Ylva Rydin |
Schrodinger2dCurve Added
feature/quantumTriangles
|
Fri, 25 Aug 2017 12:58:04 +0200 |
Jonatan Werpers |
Add surface log plot function
|
Tue, 08 Aug 2017 13:25:54 +0200 |
Jonatan Werpers |
Add a function spzeros()
|
Tue, 08 Aug 2017 08:26:25 +0200 |
Jonatan Werpers |
Add isEquidistant function for testing vectors
|
Tue, 08 Aug 2017 08:26:02 +0200 |
Jonatan Werpers |
Add assert frunction for type
|
Wed, 02 Aug 2017 15:25:36 +0200 |
Jonatan Werpers |
Merge feature/subclassable_cellarray
|
Wed, 02 Aug 2017 15:23:57 +0200 |
Jonatan Werpers |
Implement tests for subscript assignment
feature/sublassable_cellarray
|
Wed, 02 Aug 2017 14:49:56 +0200 |
Jonatan Werpers |
Add some documentation and minor clean up
feature/sublassable_cellarray
|
Wed, 02 Aug 2017 12:27:25 +0200 |
Jonatan Werpers |
Remove disp and display methods
feature/sublassable_cellarray
|
Wed, 02 Aug 2017 12:17:09 +0200 |
Jonatan Werpers |
Implement handeling of stacked indexing
feature/sublassable_cellarray
|
Wed, 02 Aug 2017 12:01:25 +0200 |
Jonatan Werpers |
Implement to string method
feature/sublassable_cellarray
|
Wed, 02 Aug 2017 11:19:10 +0200 |
Jonatan Werpers |
Implement end function and fix test for colon indexing
feature/sublassable_cellarray
|
Wed, 02 Aug 2017 10:51:44 +0200 |
Jonatan Werpers |
Implement size, length and transpose
feature/sublassable_cellarray
|
Wed, 02 Aug 2017 10:31:48 +0200 |
Jonatan Werpers |
Implement tests for size, length and transpose
feature/sublassable_cellarray
|
Wed, 02 Aug 2017 10:22:20 +0200 |
Jonatan Werpers |
Implement tests for round and curly indexing, add more stubs
feature/sublassable_cellarray
|
Wed, 02 Aug 2017 10:03:59 +0200 |
Jonatan Werpers |
Add test stubs for size and length
feature/sublassable_cellarray
|
Wed, 02 Aug 2017 09:38:12 +0200 |
Jonatan Werpers |
Implement tests for horzcat and vertcat. Fix bugs found
feature/sublassable_cellarray
|
Wed, 02 Aug 2017 09:34:45 +0200 |
Jonatan Werpers |
Add to string stub.
feature/sublassable_cellarray
|
Wed, 02 Aug 2017 09:34:26 +0200 |
Jonatan Werpers |
Add some missing semicolon
feature/sublassable_cellarray
|
Wed, 02 Aug 2017 08:48:56 +0200 |
Jonatan Werpers |
Add test stubs.
feature/sublassable_cellarray
|
Wed, 02 Aug 2017 08:48:02 +0200 |
Jonatan Werpers |
Remove debug printing
feature/sublassable_cellarray
|
Tue, 01 Aug 2017 12:59:06 +0200 |
Jonatan Werpers |
Implement subsref properly
feature/sublassable_cellarray
|
Tue, 01 Aug 2017 12:41:42 +0200 |
Jonatan Werpers |
Make the overloaded methods call the subclass constructor
feature/sublassable_cellarray
|
Tue, 01 Aug 2017 09:28:10 +0200 |
Jonatan Werpers |
Initial commit
feature/sublassable_cellarray
|
Tue, 01 Aug 2017 12:32:25 +0200 |
Jonatan Werpers |
Add structArray to toString()
|
Tue, 01 Aug 2017 12:24:52 +0200 |
Jonatan Werpers |
Implement a simple but general text table
|
Thu, 22 Jun 2017 13:07:07 +0200 |
Jonatan Werpers |
Fix math in conversion to first order form system
feature/grids
|
Thu, 22 Jun 2017 13:06:41 +0200 |
Jonatan Werpers |
Move f(t) to the RHS
feature/grids
|
Thu, 22 Jun 2017 13:06:03 +0200 |
Jonatan Werpers |
Fix bug in argument to f during time stepping
feature/grids
|
Thu, 22 Jun 2017 13:05:32 +0200 |
Jonatan Werpers |
Make f parameter optional.
feature/grids
|
Mon, 19 Jun 2017 16:50:13 +0200 |
Jonatan Werpers |
Add SBPinTime for linear DAE formulations (BUGS!)
feature/grids
|
Mon, 19 Jun 2017 09:42:59 +0200 |
Jonatan Werpers |
Merge with default
feature/grids
|
Mon, 19 Jun 2017 09:41:03 +0200 |
Jonatan Werpers |
Add notability colors to the Color class
|
Mon, 19 Jun 2017 09:39:50 +0200 |
Jonatan Werpers |
Add note about how to handle boundary groups
feature/grids
|
Fri, 12 May 2017 16:20:43 +0200 |
Jonatan Werpers |
Merge
feature/grids
|
Fri, 12 May 2017 16:19:34 +0200 |
Jonatan Werpers |
Add function to run checkcode on all matlab files
|
Thu, 11 May 2017 14:20:42 +0200 |
Jonatan Werpers |
Switch to first order start in CdiffImplicit to make the scheme more robust.
feature/grids
|
Thu, 11 May 2017 10:09:52 +0200 |
Jonatan Werpers |
Add function to multiblock.Grid for getting plot matrices
feature/grids
|
Wed, 10 May 2017 13:16:12 +0200 |
Jonatan Werpers |
Allow any coefficient in LaplaceCurvilinear
feature/grids
|
Wed, 10 May 2017 13:13:06 +0200 |
Jonatan Werpers |
Add warning for possible bug
feature/grids
|
Tue, 09 May 2017 14:58:27 +0200 |
Jonatan Werpers |
Copy Wave2dCurve to new scheme LaplaceCurvilinear
feature/grids
|
Tue, 09 May 2017 14:51:29 +0200 |
Jonatan Werpers |
Add first derivative operators to Wave2DCurve
feature/grids
|
Tue, 09 May 2017 14:47:52 +0200 |
Jonatan Werpers |
Better error message
feature/grids
|
Wed, 12 Apr 2017 13:24:16 +0200 |
Jonatan Werpers |
Change the version function to say that we are on the feature/grids branch
feature/grids
|
Wed, 12 Apr 2017 13:01:57 +0200 |
Jonatan Werpers |
Merge with default
feature/grids
|
Wed, 12 Apr 2017 13:01:20 +0200 |
Jonatan Werpers |
Clean up savepng().
|
Sun, 19 Mar 2017 13:40:52 +0100 |
Jonatan Werpers |
Merge with default
feature/grids
|
Sun, 19 Mar 2017 13:39:49 +0100 |
Jonatan Werpers |
Fix bug in spyh() when the matix has no non-zero elements.
|
Mon, 13 Mar 2017 14:44:31 +0100 |
Jonatan Werpers |
Merge default into feature/grids
feature/grids
|
Mon, 13 Mar 2017 14:43:37 +0100 |
Jonatan Werpers |
Add string methods to OpSets that are missing them
feature/grids
|
Mon, 13 Mar 2017 14:40:14 +0100 |
Jonatan Werpers |
Improve inteface and functionality of plotConvergence()
|
Mon, 13 Mar 2017 14:34:56 +0100 |
Jonatan Werpers |
Improve interface of convergenceTable()
|
Mon, 13 Mar 2017 14:33:01 +0100 |
Jonatan Werpers |
Fix bug in multiblock DiffOp
feature/grids
|
Tue, 21 Feb 2017 16:48:04 +0100 |
Jonatan Werpers |
Merge default into feature/grids
feature/grids
|
Tue, 21 Feb 2017 16:40:55 +0100 |
Jonatan Werpers |
Add a vector of all colors to Color
|
Tue, 21 Feb 2017 13:16:56 +0100 |
Jonatan Werpers |
Merge default into feature/grid
feature/grids
|
Fri, 17 Feb 2017 15:08:25 +0100 |
Martin Almquist |
Bug fix sbp in time gauss default arg
|
Thu, 09 Feb 2017 08:37:55 +0100 |
Jonatan Werpers |
Move 3d transfinite interpolation to it's correct location.
feature/grids
|
Wed, 08 Feb 2017 11:10:13 +0100 |
Ylva Rydin |
Merge in feature/grids
feature/quantumTriangles
|
Wed, 08 Feb 2017 09:18:08 +0100 |
Ylva Rydin |
Meged with default
feature/quantumTriangles
|
Wed, 08 Feb 2017 09:07:07 +0100 |
Ylva Rydin |
Removed some comments
feature/quantumTriangles
|
Mon, 06 Feb 2017 09:54:18 +0100 |
Ylva Rydin |
Added a scheme for the time deforming shrodinger equation in 1d
feature/quantumTriangles
|
Wed, 01 Feb 2017 17:04:03 +0100 |
Ylva Rydin |
Changed so that the shrodinger scheme works with the grids
feature/quantumTriangles
|
Thu, 26 Jan 2017 15:59:25 +0100 |
Ylva Rydin |
merged with feature/beams
feature/quantumTriangles
|
Wed, 25 Jan 2017 17:14:17 +0100 |
Ylva Rydin |
Updated the Shrodinger scheme to the new operator syntax
feature/quantumTriangles
|
Tue, 07 Feb 2017 16:09:02 +0100 |
Jonatan Werpers |
Merge feature/beams
feature/grids
|
Tue, 07 Feb 2017 16:08:26 +0100 |
Jonatan Werpers |
Close branch feature/beams. It was poisoned by changes that belonged on feature/grids
feature/beams
|
Tue, 07 Feb 2017 15:47:51 +0100 |
Jonatan Werpers |
Merge in default.
feature/grids
|
Tue, 07 Feb 2017 15:59:22 +0100 |
Jonatan Werpers |
Merge in default
feature/beams
|
Tue, 07 Feb 2017 14:38:51 +0000 |
Jonatan Werpers |
Merged in feature/better_map (pull request #8)
|
Tue, 07 Feb 2017 14:38:51 +0000 |
Jonatan Werpers |
Close branch feature/better_map
feature/better_map
|
Tue, 07 Feb 2017 14:37:55 +0000 |
Jonatan Werpers |
Merged in feature/diags (pull request #7)
|
Tue, 07 Feb 2017 14:37:55 +0000 |
Jonatan Werpers |
Close branch feature/diags
feature/diags
|
Thu, 02 Feb 2017 20:49:06 +0100 |
Jonatan Werpers |
Add tests and fix a bunch of bugs.
feature/better_map
|
Thu, 02 Feb 2017 16:41:41 +0100 |
Jonatan Werpers |
Add todo.
feature/better_map
|
Thu, 02 Feb 2017 16:22:47 +0100 |
Jonatan Werpers |
Overload indexing operations.
feature/better_map
|
Thu, 02 Feb 2017 15:57:43 +0100 |
Jonatan Werpers |
Add a test implementation
feature/better_map
|
Tue, 07 Feb 2017 14:03:20 +0100 |
Jonatan Werpers |
Add missing eol
feature/diags
|
Tue, 07 Feb 2017 13:58:03 +0100 |
Jonatan Werpers |
Add full matrix equivalent of spdiags
feature/diags
|
Tue, 07 Feb 2017 12:54:52 +0000 |
Jonatan Werpers |
Merged in feature/SBPInTimeGauss (pull request #6)
|
Tue, 07 Feb 2017 12:54:52 +0000 |
Jonatan Werpers |
Close branch feature/SBPInTimeGauss
feature/SBPInTimeGauss
|
Tue, 07 Feb 2017 13:49:46 +0100 |
Jonatan Werpers |
Remove m as input to implementation function. Fix error message for invalid m to D1Gauss
feature/SBPInTimeGauss
|
Tue, 07 Feb 2017 13:48:11 +0100 |
Jonatan Werpers |
Remove extra whitespace.
feature/SBPInTimeGauss
|
Thu, 02 Feb 2017 19:30:16 +0100 |
Martin Almquist |
Fixed bug with initial data and made gauss the default type
feature/SBPInTimeGauss
|
Thu, 02 Feb 2017 17:18:51 +0100 |
Martin Almquist |
Added D1Gauss to SBPInTime
feature/SBPInTimeGauss
|
Thu, 02 Feb 2017 17:05:43 +0100 |
Martin Almquist |
Implementation of D1 based on Gauss quadrature formula with 4 nodes.
feature/SBPInTimeGauss
|
Thu, 02 Feb 2017 14:46:36 +0000 |
Martin Almquist |
Merged in feature/SBPinTimeClarity (pull request #5)
|
Thu, 02 Feb 2017 14:46:36 +0000 |
Martin Almquist |
Close branch feature/SBPinTimeClarity
feature/SBPinTimeClarity
|
Thu, 02 Feb 2017 10:10:02 +0100 |
Jonatan Werpers |
Add string methods to some sbp classes.
feature/beams
|
Thu, 02 Feb 2017 10:07:49 +0100 |
Jonatan Werpers |
Merge clarity changes for SBPInTime.
feature/beams
|
Tue, 31 Jan 2017 13:23:52 +0100 |
Jonatan Werpers |
Add function to center colorlimits.
feature/beams
|
Thu, 02 Feb 2017 09:58:18 +0100 |
Jonatan Werpers |
Add wrapper for time stepping second order problems.
feature/SBPinTimeClarity
|
Thu, 02 Feb 2017 09:57:54 +0100 |
Jonatan Werpers |
Refactor for clarity
feature/SBPinTimeClarity
|
Thu, 02 Feb 2017 09:47:21 +0100 |
Jonatan Werpers |
Remove extra lines.
feature/SBPinTimeClarity
|
Thu, 02 Feb 2017 09:46:22 +0100 |
Jonatan Werpers |
Remove whitespace.
feature/SBPinTimeClarity
|
Thu, 26 Jan 2017 15:17:38 +0100 |
Jonatan Werpers |
Merge with default.
feature/beams
|