Mercurial > repos > public > sbplib
comparison +scheme/Wave2dCurve.m @ 389:42c89b5eedc0 feature/beams
Add borrowing constants for D2 operators in D4Variable
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Tue, 10 Jan 2017 17:31:28 +0100 |
parents | 32df00102268 |
children | 359861563866 |
comparison
equal
deleted
inserted
replaced
388:288138d9586d | 389:42c89b5eedc0 |
---|---|
151 obj.a12 = a12; | 151 obj.a12 = a12; |
152 obj.a22 = a22; | 152 obj.a22 = a22; |
153 obj.D = obj.Ji*c^2*(Duu + Duv + Dvu + Dvv); | 153 obj.D = obj.Ji*c^2*(Duu + Duv + Dvu + Dvv); |
154 obj.lambda = lambda; | 154 obj.lambda = lambda; |
155 | 155 |
156 obj.gamm_u = h_u*ops_u.borrowing.M.S; | 156 obj.gamm_u = h_u*ops_u.borrowing.M.d1; |
157 obj.gamm_v = h_v*ops_v.borrowing.M.S; | 157 obj.gamm_v = h_v*ops_v.borrowing.M.d1; |
158 end | 158 end |
159 | 159 |
160 | 160 |
161 % Closure functions return the opertors applied to the own doamin to close the boundary | 161 % Closure functions return the opertors applied to the own doamin to close the boundary |
162 % Penalty functions return the opertors to force the solution. In the case of an interface it returns the operator applied to the other doamin. | 162 % Penalty functions return the opertors to force the solution. In the case of an interface it returns the operator applied to the other doamin. |