removed aliases
This commit is contained in:
parent
903c185ee6
commit
5a5dd24687
2
PRIVATE
2
PRIVATE
|
@ -1 +1 @@
|
||||||
Subproject commit dd29f2cc9ad2c5310840fabbfb7b5ab3ffadf07a
|
Subproject commit 3a4f76fee6cbaa8520190fcab1845713adcb1f85
|
|
@ -1296,6 +1296,3 @@ class Result:
|
||||||
v.add(u,'u')
|
v.add(u,'u')
|
||||||
|
|
||||||
v.save(f'{self.fname.stem}_inc{inc[3:].zfill(N_digits)}')
|
v.save(f'{self.fname.stem}_inc{inc[3:].zfill(N_digits)}')
|
||||||
|
|
||||||
|
|
||||||
Result.add_PK2 = Result.add_stress_second_Piola_Kirchhoff
|
|
||||||
|
|
|
@ -319,7 +319,3 @@ def _equivalent_Mises(T_sym,s):
|
||||||
"""
|
"""
|
||||||
d = deviatoric_part(T_sym)
|
d = deviatoric_part(T_sym)
|
||||||
return _np.sqrt(s*_np.sum(d**2.0,axis=(-1,-2)))
|
return _np.sqrt(s*_np.sum(d**2.0,axis=(-1,-2)))
|
||||||
|
|
||||||
|
|
||||||
# for compatibility
|
|
||||||
strain_tensor = strain
|
|
||||||
|
|
Loading…
Reference in New Issue