You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Added mesh builder
* Replaced print/exit statements in pyqdyn.py with proper exceptions
* Added dedicated logger to print messages to screen
* Fixed#73, removed redundant code
* Fixed bug in pyqdyn.py that caused the wrong dip/dw values to be read
In
derivs_all.f90:151
the time derivative of the normal stress needs to be added, i.e.:should become
with
dtau_dP = -mu
(rename variable to make more sense...).This only affects 3D simulations with
FEAT_STRESS_COUPL = 1
.The text was updated successfully, but these errors were encountered: