We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83d2c6e commit 1790261Copy full SHA for 1790261
2 files changed
simulators/6_inv_free/src/NeoHookeanEnergy.cu
@@ -96,6 +96,7 @@ T NeoHookeanEnergy<T, dim>::val()
96
NeoHookeanEnergyVal(E, Mu, Lambda,X,device_IB(i),device_vol(i));
97
device_val(i) = E; })
98
.wait();
99
+ display_vec(device_val);
100
return devicesum(device_val);
101
}
102
0 commit comments