Added
- Add option `include_yield_functions` to `LoadResponseSet.show_yield_functions_2D` and `LoadResponseSet.show_yield_functions_3D`, which is a list of fitted yield function indices to include in the visualisation.
- Add `get_load_case_planar_2D` load case function.
- Add option `strain_rate_mode` to `get_load_case_plane_strain`, which determines if the load case is defined by deformation gradient (`F_rate`), velocity gradient (`L`) or an approximation excluding the stress condition (`L_approx`), which is useful when we want to avoid using mixed boundary conditions.
Changed
- Functions `get_load_case_uniaxial`, `get_load_case_biaxial` and `get_load_case_plane_strain` have been refactored, documented and generalised where applicable. The returned `dict` from these functions now includes passing through `direction` and `rotation`. A new key `rotation_matrix` is the matrix representation of the rotation specified, if specified.