comparison +scheme/Elastic2dCurvilinearAnisotropic.m @ 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 8b1110385ee2
children 412b8ceafbc6
comparison
equal deleted inserted replaced
1320:cd0bfcaef0ba 1321:b40359c9faed
426 426
427 end 427 end
428 end 428 end
429 429
430 function [closure, penalty] = displacementBCNormalTangential(obj, boundary, bc, tuning) 430 function [closure, penalty] = displacementBCNormalTangential(obj, boundary, bc, tuning)
431 disp('WARNING: displacementBCNormalTangential is only guaranteed to work for displaacement BC on one component and traction on the other');
432 u = obj; 431 u = obj;
433 432
434 component = bc{1}; 433 component = bc{1};
435 type = bc{2}; 434 type = bc{2};
436 435