changeset 1321:b40359c9faed feature/poroelastic

Remove warning about normal-tangential BC, because the BC decouple in normal-tangential coordinates
author Martin Almquist <malmquist@stanford.edu>
date Sat, 01 Aug 2020 17:00:39 -0700
parents cd0bfcaef0ba
children 412b8ceafbc6
files +scheme/Elastic2dCurvilinearAnisotropic.m
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
diff -r cd0bfcaef0ba -r b40359c9faed +scheme/Elastic2dCurvilinearAnisotropic.m
--- a/+scheme/Elastic2dCurvilinearAnisotropic.m	Tue Jul 28 21:59:41 2020 -0700
+++ b/+scheme/Elastic2dCurvilinearAnisotropic.m	Sat Aug 01 17:00:39 2020 -0700
@@ -428,7 +428,6 @@
         end
 
         function [closure, penalty] = displacementBCNormalTangential(obj, boundary, bc, tuning)
-            disp('WARNING: displacementBCNormalTangential is only guaranteed to work for displaacement BC on one component and traction on the other');
             u = obj;
 
             component = bc{1};