typo in example
This commit is contained in:
parent
6d0d066eb0
commit
95017b252f
|
@ -678,7 +678,7 @@ class Result:
|
||||||
... '1/m²','total mobile dislocation density')
|
... '1/m²','total mobile dislocation density')
|
||||||
>>> r.add_calculation('np.sum(#rho_dip#,axis=1)','rho_dip_total',
|
>>> r.add_calculation('np.sum(#rho_dip#,axis=1)','rho_dip_total',
|
||||||
... '1/m²','total dislocation dipole density')
|
... '1/m²','total dislocation dipole density')
|
||||||
>>> r.add_calculation('#rho_dip_total#+#rho_mob_total','rho_total',
|
>>> r.add_calculation('#rho_dip_total#+#rho_mob_total#','rho_total',
|
||||||
... '1/m²','total dislocation density')
|
... '1/m²','total dislocation density')
|
||||||
|
|
||||||
Add Mises equivalent of the Cauchy stress without storage of
|
Add Mises equivalent of the Cauchy stress without storage of
|
||||||
|
|
Loading…
Reference in New Issue