Skip to content

Commit 1790261

Browse files
committed
6
1 parent 83d2c6e commit 1790261

2 files changed

Lines changed: 189 additions & 176 deletions

File tree

simulators/6_inv_free/src/NeoHookeanEnergy.cu

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ T NeoHookeanEnergy<T, dim>::val()
9696
NeoHookeanEnergyVal(E, Mu, Lambda,X,device_IB(i),device_vol(i));
9797
device_val(i) = E; })
9898
.wait();
99+
display_vec(device_val);
99100
return devicesum(device_val);
100101
}
101102

0 commit comments

Comments
 (0)