![]() |
Karamelo
714599e9
Parallel Material Point Method Simulator
|
Parent class of all the MPM methods supported: ULMPM, TLMPM, ULCPDI and TLCPDI, to date.
Stores the type of method used, and virtual descriptions of the functions used outside of the class such as grid_to_points() or update_stress().
Inheritance diagram for Method:Public Attributes | |
| bool | is_CPDI |
| true if the method is a CPDI-like | |
| bool | is_TL |
| true: the method is total Lagrangian; false: it is updated Lagrangian | |