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
replace inv(C) with cof(C) = det(C) * inv(C) because da = cof(F) * dA. In an isochoric-volumetric splitted setting this doesn't matter as det(C) = 1 but this should be changed.
The text was updated successfully, but these errors were encountered:
matadi/matadi/models/microsphere/affine/_models.py
Line 26 in 1781804
matadi/matadi/models/microsphere/nonaffine/_models.py
Line 26 in 1781804
replace
inv(C)
withcof(C) = det(C) * inv(C)
becauseda = cof(F) * dA
. In an isochoric-volumetric splitted setting this doesn't matter asdet(C) = 1
but this should be changed.The text was updated successfully, but these errors were encountered: