changeset 545:dfb27a7e801f feature/grids

Add todo to Beam
author Jonatan Werpers <jonatan@werpers.com>
date Mon, 21 Aug 2017 11:20:20 +0200
parents 433ccb5d2f0f
children 19951684588e
files +scheme/Beam.m
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
diff -r 433ccb5d2f0f -r dfb27a7e801f +scheme/Beam.m
--- a/+scheme/Beam.m	Mon Aug 21 11:20:00 2017 +0200
+++ b/+scheme/Beam.m	Mon Aug 21 11:20:20 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;