Mercurial > repos > public > sbplib
comparison +scheme/Elastic2dVariableAnisotropic.m @ 1260:7fbee3de0ab2 feature/poroelastic
Remove dummy line in Eastic2dVariableAnisotropic.
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Wed, 29 Apr 2020 21:01:09 -0700 |
parents | 89dad61cad22 |
children | a0d615bde7f8 |
comparison
equal
deleted
inserted
replaced
1259:99f92bfc1157 | 1260:7fbee3de0ab2 |
---|---|
242 obj.H_s = H{1}; | 242 obj.H_s = H{1}; |
243 obj.H_n = H{1}; | 243 obj.H_n = H{1}; |
244 obj.H_1D = {H{1}, H{2}}; | 244 obj.H_1D = {H{1}, H{2}}; |
245 | 245 |
246 % Differentiation matrix D (without SAT) | 246 % Differentiation matrix D (without SAT) |
247 D2_temp; | |
248 D1 = obj.D1; | 247 D1 = obj.D1; |
249 D = sparse(dim*m_tot,dim*m_tot); | 248 D = sparse(dim*m_tot,dim*m_tot); |
250 for i = 1:dim | 249 for i = 1:dim |
251 for j = 1:dim | 250 for j = 1:dim |
252 for k = 1:dim | 251 for k = 1:dim |