Mercurial > repos > public > sbplib
diff +scheme/Schrodinger1dCurve.m @ 692:dd3e9a0f5032 feature/quantumTriangles
added jacobian to stichshemes
author | Ylva Rydin <ylva.rydin@telia.com> |
---|---|
date | Fri, 15 Sep 2017 09:21:29 +0200 |
parents | 32a24485f3e8 |
children | 40299ae5fabe |
line wrap: on
line diff
--- a/+scheme/Schrodinger1dCurve.m Thu Sep 14 16:00:36 2017 +0200 +++ b/+scheme/Schrodinger1dCurve.m Fri Sep 15 09:21:29 2017 +0200 @@ -140,7 +140,7 @@ % u denotes the solution in the own domain % v denotes the solution in the neighbour domain [e_u,d_u,s_u,p_u] = obj.get_boundary_ops(boundary); - [e_v,d_v,s_v,p_v] = neighbour_scheme.get_boundary_ops(neighbour_boundary); + [e_v,d_v] = neighbour_scheme.get_boundary_ops(neighbour_boundary); a1 = s_u* 1/2 * 1i ; b1 = -s_u* 1/2 * 1i;