Mercurial > repos > public > sbplib
comparison +scheme/Schrodinger.m @ 428:a39fe3bcbd95 feature/quantumTriangles
Changed so that the shrodinger scheme works with the grids
author | Ylva Rydin <ylva.rydin@telia.com> |
---|---|
date | Wed, 01 Feb 2017 17:04:03 +0100 |
parents | 29944ea7674b |
children | b91d23271481 |
comparison
equal
deleted
inserted
replaced
427:a613960a157b | 428:a39fe3bcbd95 |
---|---|
2 properties | 2 properties |
3 m % Number of points in each direction, possibly a vector | 3 m % Number of points in each direction, possibly a vector |
4 h % Grid spacing | 4 h % Grid spacing |
5 x % Grid | 5 x % Grid |
6 order % Order accuracy for the approximation | 6 order % Order accuracy for the approximation |
7 | 7 grid |
8 | |
8 D % non-stabalized scheme operator | 9 D % non-stabalized scheme operator |
9 H % Discrete norm | 10 H % Discrete norm |
10 M % Derivative norm | 11 M % Derivative norm |
11 alpha | 12 alpha |
12 | 13 |