diff +scheme/Beam.m @ 592:4422c4476650 feature/utux2D

Merge with feature/grids
author Martin Almquist <martin.almquist@it.uu.se>
date Mon, 11 Sep 2017 14:17:15 +0200
parents dfb27a7e801f
children 4ced7d47bd1f
line wrap: on
line diff
--- a/+scheme/Beam.m	Mon Sep 11 14:12:54 2017 +0200
+++ b/+scheme/Beam.m	Mon Sep 11 14:17:15 2017 +0200
@@ -90,6 +90,9 @@
             gamm = obj.gamm;
             delt = obj.delt;
 
+
+            % TODO: Can this be simplifed? Can I handle conditions on u on its own, u_x on its own ...
+
             switch type
                 case {'dn', 'clamped'} % Dirichlet-neumann boundary condition
                     alpha = obj.alpha;