SCM Repository
[diderot] Diff of /trunk/test/zslice-hess.diderot
Diff of /trunk/test/zslice-hess.diderot
Parent Directory
|
Revision Log
|
Patch
17 |
update |
update |
18 |
{ |
{ |
19 |
if (inside (pos,F)) { |
if (inside (pos,F)) { |
20 |
tensor[3,3] H = ∇(∇F)@pos; |
tensor[3,3] H = ∇⊗∇F(pos); |
21 |
val = trace(∇(∇F)@pos); |
val = trace(∇⊗∇F(pos)); |
22 |
// can compare with following; tests subscripting |
// can compare with following; tests subscripting |
23 |
// val = H[0,0] + H[1,1] + H[2,2]; |
// val = H[0,0] + H[1,1] + H[2,2]; |
24 |
} |
} |
|
Legend:
Removed from v.1382 |
|
changed lines |
|
Added in v.1383 |
|
|