Mercurial > repos > public > sbplib
diff +scheme/Elastic2dCurvilinearAnisotropicUpwind.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 | 9a7cac4202d0 |
children | 8ff3a95ad7cc |
line wrap: on
line diff
--- a/+scheme/Elastic2dCurvilinearAnisotropicUpwind.m Sun May 31 21:58:40 2020 -0700 +++ b/+scheme/Elastic2dCurvilinearAnisotropicUpwind.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