hookeai.simulators.fetorch.material.models.standard.von_mises_mixed¶
Von Mises elasto-plastic constitutive model with mixed hardening.
This module includes the implementation of the von Mises constitutive model with isotropic and kinematic strain hardening.
Classes¶
- VonMisesMixed
Von Mises constitutive model with isotropic and kinematic hardening.
Functions
|
Convert all floating point torch tensors in dictionary to torch.float32. |
|
Convert all floating point torch tensors in dictionary to torch.float64. |
|
Convert all int, float and bool in dictionary to torch.Tensor. |
|
Convert floating point torch tensor to torch.float32. |
|
Convert floating point torch tensor to torch.float64. |
|
|
|
Set common second- and fourth-order identity operators. |
|
Get parameters dependent on the problem type. |
|
Build 2D counterpart of 3D second- or fourth-order tensor. |
|
Build 3D counterpart of 2D second-order tensor. |
|
Recover tensor from associated matricial form. |
|
Get tensor matricial form. |
Classes
|
Material constitutive model interface. |
|
Linear elastic constitutive model. |
|
Von Mises constitutive model with isotropic and kinematic hardening. |