Skip to content

Commit

Permalink
change slender_structure_dynamics.h line 268
Browse files Browse the repository at this point in the history
  • Loading branch information
xipenglyu committed Jul 17, 2023
1 parent 676c42f commit 0e176bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ namespace SPH

Vecd local_dpseudo_n_d2t = transformation_matrix_[index_i] * dpseudo_n_d2t_[index_i];
Vecd local_dpseudo_b_n_d2t = transformation_matrix_[index_i] * dpseudo_b_n_d2t_[index_i];
dangular_b_vel_dt_[index_i] = getRotationFromPseudoNormalForSmallDeformation_b(local_dpseudo_b_n_d2t, local_dpseudo_n_d2t, rotation_b_[index_i], angular_b_vel_[index_i], dt);
dangular_b_vel_dt_[index_i] = getRotationFromPseudoNormalForSmallDeformation_b(Vec3d(local_dpseudo_b_n_d2t), Vec3d(local_dpseudo_n_d2t), Vec3d(rotation_b_[index_i]), Vec3d(angular_b_vel_[index_i]), dt);
dangular_vel_dt_[index_i] = getRotationFromPseudoNormalForSmallDeformation(local_dpseudo_b_n_d2t, local_dpseudo_n_d2t, rotation_[index_i], angular_vel_[index_i], dt);
};

Expand Down

0 comments on commit 0e176bf

Please sign in to comment.