comparison +scheme/Beam.m @ 545:dfb27a7e801f feature/grids

Add todo to Beam
author Jonatan Werpers <jonatan@werpers.com>
date Mon, 21 Aug 2017 11:20:20 +0200
parents 25ae8333ce2b
children 4ced7d47bd1f
comparison
equal deleted inserted replaced
544:433ccb5d2f0f 545:dfb27a7e801f
87 default_arg('type','dn'); 87 default_arg('type','dn');
88 88
89 [e, d1, d2, d3, s] = obj.get_boundary_ops(boundary); 89 [e, d1, d2, d3, s] = obj.get_boundary_ops(boundary);
90 gamm = obj.gamm; 90 gamm = obj.gamm;
91 delt = obj.delt; 91 delt = obj.delt;
92
93
94 % TODO: Can this be simplifed? Can I handle conditions on u on its own, u_x on its own ...
92 95
93 switch type 96 switch type
94 case {'dn', 'clamped'} % Dirichlet-neumann boundary condition 97 case {'dn', 'clamped'} % Dirichlet-neumann boundary condition
95 alpha = obj.alpha; 98 alpha = obj.alpha;
96 99