Skip to content

Commit b13c0da

Browse files
committed
fix NH energy
1 parent 8d04eea commit b13c0da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/NeoHookean/neo_hookean.cu

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@ void neo_hookean(RXMeshStatic& rx, T dx)
218218

219219
// DBC satisfied
220220
check_dbc_satisfied(
221+
rx, is_dbc_satisfied, x_tilde, is_dbc, dbc_target, time_step, tol);
221222

222223
// how many DBC are satisfied
223224
int num_satisfied = rh.reduce(is_dbc_satisfied, cub::Sum(), 0);

0 commit comments

Comments
 (0)