changeset 1322:412b8ceafbc6 feature/poroelastic

Add Zt to output args for Elastic2dCurvilinearAnisotropic.interfaceNormalTangential
author Martin Almquist <malmquist@stanford.edu>
date Sat, 24 Oct 2020 20:58:26 -0700
parents b40359c9faed
children 60c875c18de3 14f44e81e1e3
files +scheme/Elastic2dCurvilinearAnisotropic.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
diff -r b40359c9faed -r 412b8ceafbc6 +scheme/Elastic2dCurvilinearAnisotropic.m
--- a/+scheme/Elastic2dCurvilinearAnisotropic.m	Sat Aug 01 17:00:39 2020 -0700
+++ b/+scheme/Elastic2dCurvilinearAnisotropic.m	Sat Oct 24 20:58:26 2020 -0700
@@ -603,7 +603,7 @@
         % Same interface conditions as in interfaceStandard, but imposed in the normal-tangential
         % coordinate system. For the isotropic case, the components decouple nicely.
         % The resulting scheme is not identical to that of interfaceStandard. This appears to be better.
-        function [closure, penalty, forcingPenalties] = interfaceNormalTangential(obj,boundary,neighbour_scheme,neighbour_boundary,type)
+        function [closure, penalty, forcingPenalties, Zt] = interfaceNormalTangential(obj,boundary,neighbour_scheme,neighbour_boundary,type)
             tuning = type.tuning;
 
             % u denotes the solution in the own domain