diff +sbp/dissipationOperator.m @ 853:cda996e64925 feature/burgers1d

Minor renaming and clean up
author Vidar Stiernström <vidar.stiernstrom@it.uu.se>
date Fri, 12 Oct 2018 08:41:57 +0200
parents f1f0bf087e1c
children
line wrap: on
line diff
--- a/+sbp/dissipationOperator.m	Thu Sep 27 09:30:21 2018 +0200
+++ b/+sbp/dissipationOperator.m	Fri Oct 12 08:41:57 2018 +0200
@@ -63,6 +63,5 @@
         otherwise
             error('Order not yet supported', order);
     end
-    scaling
-    D = scaling*Hinv*D;
+    D = scaling*sparse(Hinv*D);
 end