diff +scheme/Elastic2dCurvilinearAnisotropic.m @ 1272:15865fbda16e feature/poroelastic

Set default stiffness tensors to 0 in CurvilinearAnisotropic schemes
author Martin Almquist <malmquist@stanford.edu>
date Sun, 31 May 2020 21:59:09 -0700
parents e1d4cb8b5309
children a8e730db76e9
line wrap: on
line diff
--- a/+scheme/Elastic2dCurvilinearAnisotropic.m	Sun May 31 21:58:40 2020 -0700
+++ b/+scheme/Elastic2dCurvilinearAnisotropic.m	Sun May 31 21:59:09 2020 -0700
@@ -73,7 +73,7 @@
                 for j = 1:dim
                     for k = 1:dim
                         for l = 1:dim
-                            C_default{i,j,k,l} = @(x,y) 0*x + 1;
+                            C_default{i,j,k,l} = @(x,y) 0*x ;
                         end
                     end
                 end