Skip to content

Commit

Permalink
docs: Fix docstring for strain increment calculation
Browse files Browse the repository at this point in the history
  • Loading branch information
adigitoleo committed Feb 1, 2024
1 parent 130b19a commit e07308c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pydrex/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
def strain_increment(dt, velocity_gradient):
"""Calculate strain increment for a given time increment and velocity gradient.
Returns “tensorial” strain increment ε, which is equal to 2 × γ where γ is the
Returns “tensorial” strain increment ε, which is equal to γ/2 where γ is the
“(engineering) shear strain” increment.
"""
Expand Down

0 comments on commit e07308c

Please sign in to comment.