![]() |
deal.II version GIT relicensing-6809-ge913b9bb34 2026-09-25 17:20:01+00:00
|
Classes | |
| class | AngularVelocityFunction |
| struct | NotImplementedException |
| class | ReferencePoint |
| class | RemappedPoint |
| class | RotationFunction |
| class | ScaleComponentFunction |
| class | ScaleZFunction |
| class | ThermoPlasticMaterial |
| class | TimeRateRequest |
Enumerations | |
| enum | TimeRateUpdateFlags { default_timerate_update_flags = 0x0000 , update_partial_time_rate = 0x0001 , update_total_time_rate = 0x0002 , update_partial_second_time_rate =0x0004 , update_total_second_time_rate =0x0008 , update_partial_time_rate_tangent =0x0010 , update_total_time_rate_tangent =0x0020 , update_partial_second_time_rate_tangent =0x0040 , update_total_second_time_rate_tangent } |
Functions | |
| * * * RotationFunction< dim, Number >::RotationFunction | Number (dim) |
| * * * ScaleComponentFunction< dim, Number, components >::ScaleComponentFunction | Number (components) |
| * * * ScaleComponentFunction< dim, Number, components >::ScaleComponentFunction * | scale_factor (scale_factor) |
| * * * ScaleComponentFunction< dim, Number, components >::ScaleComponentFunction * * | in_component (in_component) |
| * * * ScaleComponentFunction< dim, Number, components >::ScaleComponentFunction * * * | out_component (out_component) |
| * * * ScaleZFunction< dim, Number, components >::ScaleZFunction * | component (component) |
| * * * ThermoPlasticMaterial< dim, ViscoplasticYieldLaw, Number > ThermoPlasticMaterial * | mu (mu) |
| * * * ThermoPlasticMaterial< dim, ViscoplasticYieldLaw, Number > ThermoPlasticMaterial * * | thermal_expansion_coefficient (thermal_expansion_coefficient) |
| * * * ThermoPlasticMaterial< dim, ViscoplasticYieldLaw, Number > ThermoPlasticMaterial * * * | thermal_conductivity (thermal_conductivity) |
| * * * ThermoPlasticMaterial< dim, ViscoplasticYieldLaw, Number > ThermoPlasticMaterial * * * * | heat_capacity (heat_capacity) |
| * * * ThermoPlasticMaterial< dim, ViscoplasticYieldLaw, Number > ThermoPlasticMaterial * * * * * | reference_temperature (293.15) |
| * * * ThermoPlasticMaterial< dim, ViscoplasticYieldLaw, Number > ThermoPlasticMaterial * * * * * * | dissipation_factor (dissipation_factor) |
| * * * ThermoPlasticMaterial< dim, ViscoplasticYieldLaw, Number > ThermoPlasticMaterial * * * * * * * | viscoplastic_yield_law (viscoplastic_yield_law) |
| * * | if (update_pressure &update_flags) * compute_pressure(constitutive_request |
| * * | if ((update_stress_deviator|update_mechanical_dissipation) &update_flags) * compute_stress_deviator_and_d_gamma(constitutive_request |
| * * | if (update_heat_flux &update_flags) * compute_heat_flux(constitutive_request |
| * * | if (update_thermoelastic_heating &update_flags) * compute_thermo_elastic_heating(constitutive_request |
| * * | if (update_stored_heat &update_flags) * compute_stored_heat_rate(constitutive_request |
| * state_parameters | reserve (get_material_parameter_count()) |
| * state_parameters | push_back (std::log(1+point_history.hardening_parameters.equivalent_plastic_strain)) |
| * * | for (const auto &element :* dealii_utils::symmetric_tensor_entries(log_of_b_e)) |
| * * | for (const auto &element :* dealii_utils::symmetric_tensor_entries(* point_history.hardening_parameters.kinematic_hardening) * ) |
| * * state_parameters | push_back (std::log(std::pow(reference_transformation_Jacobian, 1) *point_history.material_Jacobian)) |
| * * | for (auto &element :* dealii_utils::symmetric_tensor_entries(log_of_b_e)) |
| * * | for (auto &element :* dealii_utils::symmetric_tensor_entries(* point_history.hardening_parameters.kinematic_hardening * )) |
| template<int dim, typename ViscoplasticYieldLaw , typename Number > | |
| * * * void * ThermoPlasticMaterial< dim, ViscoplasticYieldLaw, Number > | compute_pressure (ConstitutiveModelRequest< dim, Number > &constitutive_request, * const point_index_t &) |
| * | if (std::isnan(b_e_bar_next.norm())) |
| * constitutive_request | set_b_e_bar (b_e_bar_next) |
| * constitutive_request | set_mu ((0.5 *mu)) |
| * * | if (0< trial_yield_criterion &&constitutive_request.get_is_plastic()) |
| * constitutive_request | set_is_plastic (false) |
| * | if (update_stress_deviator &update_flags) |
| * | if (update_mechanical_dissipation &update_flags) |
| * *endcode **The following is only necessary if the total Jacobian is | tracked (J_c *J_m) |
| * *endcode **The following is only necessary if the total Jacobian is rather than just J_m **code * | if (update_material_point_history &update_flags) |
| * constitutive_request | set_heat_flux (thermal_conductivity *thermal_gradient) |
| * constitutive_request | set_heat_flux_tangent_moduli (thermal_conductivity *unit_symmetric_tensor< dim, Number >()) |
| * | if (J !=0 and previous_J !=0) |
| * constitutive_request | set_thermo_elastic_heating_tangent_modulus (0) |
| * constitutive_request | set_stored_heat_rate (stored_heat_rate) |
| * constitutive_request | set_stored_heat_rate_tangent_modulus (heat_capacity) |
| template<int dim, typename ViscoplasticYieldLaw , typename Number > | |
| * * * * void * ThermoPlasticMaterial< dim, ViscoplasticYieldLaw, Number > | determine_delta_gamma (Number &delta_gamma, Number &alpha_n_plus_1, * const Number norm_ksi_trial, * const Number mu_bar, * const Number alpha_n, * const Number temperature, * const Number time_increment, * const Number tol, * const unsigned int max_iter) const |
| template<typename ValueType , int dim, typename Number > | |
| * * * * TimeRateRequest< ValueType, dim, Number > | TimeRateRequest (TimeRateUpdateFlags update_flags) |
| template<typename ValueType , int dim, typename Number > | |
| * * * * void TimeRateRequest< ValueType, dim, Number > | set_value (const ValueType &value) |
| template<typename ValueType , int dim, typename Number > | |
| * * * * void TimeRateRequest< ValueType, dim, Number > | set_previous_value (const ValueType &previous_value) |
| template<typename ValueType , int dim, typename Number > | |
| * * * * void TimeRateRequest< ValueType, dim, Number > | set_second_previous_value (const ValueType &second_previous_value) |
| template<typename ValueType , int dim, typename Number > | |
| * * * * void TimeRateRequest< ValueType, dim, Number > | set_time_increment (const Number time_increment) |
| template<typename ValueType , int dim, typename Number > | |
| * * * * void TimeRateRequest< ValueType, dim, Number > | set_previous_time_increment (const Number previous_time_increment) |
| template<typename ValueType , int dim, typename Number > | |
| * * * * void TimeRateRequest< ValueType, dim, Number > | set_previous_partial_time_rate (const ValueType &previous_partial_time_rate) |
| template<typename ValueType , int dim, typename Number > | |
| * * * * void TimeRateRequest< ValueType, dim, Number > | set_previous_total_time_rate (const ValueType &previous_total_time_rate) |
| template<typename ValueType , int dim, typename Number > | |
| * * * * void TimeRateRequest< ValueType, dim, Number > | set_velocity (const ::Tensor< 1, dim, Number > &velocity) |
| template<typename ValueType , int dim, typename Number > | |
| * * * * * * ValueType TimeRateRequest< ValueType, dim, Number > | get_partial_time_rate () const |
| template<typename ValueType , int dim, typename Number > | |
| * * * * ValueType TimeRateRequest< ValueType, dim, Number > | get_total_time_rate () const |
| template<typename ValueType , int dim, typename Number > | |
| * * * * ValueType TimeRateRequest< ValueType, dim, Number > | get_partial_second_time_rate () const |
| template<typename ValueType , int dim, typename Number > | |
| * * * * ValueType TimeRateRequest< ValueType, dim, Number > | get_total_second_time_rate () const |
| template<typename ValueType , int dim, typename Number > | |
| * * * * ValueType TimeRateRequest< ValueType, dim, Number > | get_partial_time_rate_tangent (const ValueType &value_increment) const |
| template<typename ValueType , int dim, typename Number > | |
| * * * * ValueType TimeRateRequest< ValueType, dim, Number > | get_partial_second_time_rate_tangent (const ValueType &value_increment) const |
| template<typename ValueType , int dim, typename Number > | |
| * * * * * * TimeRateUpdateFlags TimeRateRequest< ValueType, dim, Number > | get_update_flags () const |
| template<typename ValueType , int dim, typename Number > | |
| * * * * ValueType TimeRateRequest< ValueType, dim, Number > | get_value () const |
| template<typename ValueType , int dim, typename Number > | |
| * * * * ValueType TimeRateRequest< ValueType, dim, Number > | get_previous_value () const |
| template<typename ValueType , int dim, typename Number > | |
| * * * * ValueType TimeRateRequest< ValueType, dim, Number > | get_second_previous_value () const |
| template<typename ValueType , int dim, typename Number > | |
| * * * * Number TimeRateRequest< ValueType, dim, Number > | get_time_increment () const |
| template<typename ValueType , int dim, typename Number > | |
| * * * * Number TimeRateRequest< ValueType, dim, Number > | get_previous_time_increment () const |
| template<typename ValueType , int dim, typename Number > | |
| * * * * ValueType TimeRateRequest< ValueType, dim, Number > | get_previous_partial_time_rate () const |
| template<typename ValueType , int dim, typename Number > | |
| * * * * ValueType TimeRateRequest< ValueType, dim, Number > | get_previous_total_time_rate () const |
| template<typename ValueType , int dim, typename Number > | |
| * * * * ::Tensor< 1, dim, Number > TimeRateRequest< ValueType, dim, Number > | get_velocity () const |
| template<typename ValueType , int dim, typename Number > | |
| * * * * * void TimeRateRequest< ValueType, dim, Number > | set_partial_time_rate (const ValueType &partial_time_rate) |
| template<typename ValueType , int dim, typename Number > | |
| * * * * void TimeRateRequest< ValueType, dim, Number > | set_total_time_rate (const ValueType &total_time_rate) |
| template<typename ValueType , int dim, typename Number > | |
| * * * * void TimeRateRequest< ValueType, dim, Number > | set_partial_second_time_rate (const ValueType &partial_second_time_rate) |
| template<typename ValueType , int dim, typename Number > | |
| * * * * void TimeRateRequest< ValueType, dim, Number > | set_total_second_time_rate (const ValueType &total_second_time_rate) |
| template<typename ValueType , int dim, typename Number > | |
| * * * * void TimeRateRequest< ValueType, dim, Number > | set_partial_time_rate_tangent (const ValueType &partial_time_rate_tangent) |
| template<typename ValueType , int dim, typename Number > | |
| * * * * void TimeRateRequest< ValueType, dim, Number > | set_total_time_rate_tangent (const ValueType &total_time_rate_tangent) |
| template<typename ValueType , int dim, typename Number > | |
| * * * * void TimeRateRequest< ValueType, dim, Number > | set_partial_second_time_rate_tangent (const ValueType &partial_second_time_rate_tangent) |
| template<typename ValueType , int dim, typename Number > | |
| * * * * void TimeRateRequest< ValueType, dim, Number > | set_total_second_time_rate_tangent (const ValueType &total_second_time_rate_tangent) |
| * * * TimeRateUpdateFlags * | operator| (TimeRateUpdateFlags f1, TimeRateUpdateFlags f2) |
| * * * const TimeRateUpdateFlags &* | operator|= (TimeRateUpdateFlags &f1, TimeRateUpdateFlags f2) |
| * * * TimeRateUpdateFlags * | operator& (TimeRateUpdateFlags f1, TimeRateUpdateFlags f2) |
| * * * const TimeRateUpdateFlags &* | operator&= (TimeRateUpdateFlags &f1, TimeRateUpdateFlags f2) |
| * *static MPI_Comm | mpi_communicator (MPI_COMM_WORLD) |
|
protected |
Definition at line 10074 of file ALE_Finite_Strain_Plasticity.h.
| * * * RotationFunction< dim, Number >::RotationFunction PlasticityLab::Number | ( | dim | ) |
Definition at line 8733 of file ALE_Finite_Strain_Plasticity.h.
|
private |
|
private |
|
private |
|
private |
Definition at line 8826 of file ALE_Finite_Strain_Plasticity.h.
|
private |
Definition at line 8885 of file ALE_Finite_Strain_Plasticity.h.
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
Definition at line 9051 of file ALE_Finite_Strain_Plasticity.h.
|
private |
|
private |
|
private |
|
private |
Definition at line 9100 of file ALE_Finite_Strain_Plasticity.h.
|
private |
Definition at line 9105 of file ALE_Finite_Strain_Plasticity.h.
|
private |
Definition at line 9134 of file ALE_Finite_Strain_Plasticity.h.
|
private |
Definition at line 9148 of file ALE_Finite_Strain_Plasticity.h.
|
inlineprivate |
Definition at line 9192 of file ALE_Finite_Strain_Plasticity.h.
Definition at line 9226 of file ALE_Finite_Strain_Plasticity.h.
|
private |
|
private |
Definition at line 9263 of file ALE_Finite_Strain_Plasticity.h.
|
private |
Definition at line 9398 of file ALE_Finite_Strain_Plasticity.h.
Definition at line 9403 of file ALE_Finite_Strain_Plasticity.h.
|
private |
|
private |
Definition at line 9423 of file ALE_Finite_Strain_Plasticity.h.
|
private |
|
private |
|
private |
Definition at line 9450 of file ALE_Finite_Strain_Plasticity.h.
|
private |
|
inlineprivate |
Definition at line 9479 of file ALE_Finite_Strain_Plasticity.h.
| * * * * TimeRateRequest< ValueType, dim, Number > PlasticityLab::TimeRateRequest | ( | TimeRateUpdateFlags | update_flags | ) |
Definition at line 9796 of file ALE_Finite_Strain_Plasticity.h.
| * * * * void TimeRateRequest< ValueType, dim, Number > PlasticityLab::set_value | ( | const ValueType & | value | ) |
Definition at line 9806 of file ALE_Finite_Strain_Plasticity.h.
| * * * * void TimeRateRequest< ValueType, dim, Number > PlasticityLab::set_previous_value | ( | const ValueType & | previous_value | ) |
Definition at line 9813 of file ALE_Finite_Strain_Plasticity.h.
| * * * * void TimeRateRequest< ValueType, dim, Number > PlasticityLab::set_second_previous_value | ( | const ValueType & | second_previous_value | ) |
Definition at line 9820 of file ALE_Finite_Strain_Plasticity.h.
| * * * * void TimeRateRequest< ValueType, dim, Number > PlasticityLab::set_time_increment | ( | const Number | time_increment | ) |
Definition at line 9827 of file ALE_Finite_Strain_Plasticity.h.
| * * * * void TimeRateRequest< ValueType, dim, Number > PlasticityLab::set_previous_time_increment | ( | const Number | previous_time_increment | ) |
Definition at line 9834 of file ALE_Finite_Strain_Plasticity.h.
| * * * * void TimeRateRequest< ValueType, dim, Number > PlasticityLab::set_previous_partial_time_rate | ( | const ValueType & | previous_partial_time_rate | ) |
Definition at line 9841 of file ALE_Finite_Strain_Plasticity.h.
| * * * * void TimeRateRequest< ValueType, dim, Number > PlasticityLab::set_previous_total_time_rate | ( | const ValueType & | previous_total_time_rate | ) |
Definition at line 9848 of file ALE_Finite_Strain_Plasticity.h.
| * * * * void TimeRateRequest< ValueType, dim, Number > PlasticityLab::set_velocity | ( | const ::Tensor< 1, dim, Number > & | velocity | ) |
Definition at line 9855 of file ALE_Finite_Strain_Plasticity.h.
| * * * * * * ValueType TimeRateRequest< ValueType, dim, Number > PlasticityLab::get_partial_time_rate | ( | ) | const |
Definition at line 9864 of file ALE_Finite_Strain_Plasticity.h.
| * * * * ValueType TimeRateRequest< ValueType, dim, Number > PlasticityLab::get_total_time_rate | ( | ) | const |
Definition at line 9871 of file ALE_Finite_Strain_Plasticity.h.
| * * * * ValueType TimeRateRequest< ValueType, dim, Number > PlasticityLab::get_partial_second_time_rate | ( | ) | const |
Definition at line 9878 of file ALE_Finite_Strain_Plasticity.h.
| * * * * ValueType TimeRateRequest< ValueType, dim, Number > PlasticityLab::get_total_second_time_rate | ( | ) | const |
Definition at line 9885 of file ALE_Finite_Strain_Plasticity.h.
| * * * * ValueType TimeRateRequest< ValueType, dim, Number > PlasticityLab::get_partial_time_rate_tangent | ( | const ValueType & | value_increment | ) | const |
Definition at line 9892 of file ALE_Finite_Strain_Plasticity.h.
| * * * * ValueType TimeRateRequest< ValueType, dim, Number > PlasticityLab::get_partial_second_time_rate_tangent | ( | const ValueType & | value_increment | ) | const |
Definition at line 9899 of file ALE_Finite_Strain_Plasticity.h.
| * * * * * * TimeRateUpdateFlags TimeRateRequest< ValueType, dim, Number > PlasticityLab::get_update_flags | ( | ) | const |
Definition at line 9929 of file ALE_Finite_Strain_Plasticity.h.
| * * * * ValueType TimeRateRequest< ValueType, dim, Number > PlasticityLab::get_value | ( | ) | const |
Definition at line 9936 of file ALE_Finite_Strain_Plasticity.h.
| * * * * ValueType TimeRateRequest< ValueType, dim, Number > PlasticityLab::get_previous_value | ( | ) | const |
Definition at line 9943 of file ALE_Finite_Strain_Plasticity.h.
| * * * * ValueType TimeRateRequest< ValueType, dim, Number > PlasticityLab::get_second_previous_value | ( | ) | const |
Definition at line 9950 of file ALE_Finite_Strain_Plasticity.h.
| * * * * Number TimeRateRequest< ValueType, dim, Number > PlasticityLab::get_time_increment | ( | ) | const |
Definition at line 9957 of file ALE_Finite_Strain_Plasticity.h.
| * * * * Number TimeRateRequest< ValueType, dim, Number > PlasticityLab::get_previous_time_increment | ( | ) | const |
Definition at line 9964 of file ALE_Finite_Strain_Plasticity.h.
| * * * * ValueType TimeRateRequest< ValueType, dim, Number > PlasticityLab::get_previous_partial_time_rate | ( | ) | const |
Definition at line 9971 of file ALE_Finite_Strain_Plasticity.h.
| * * * * ValueType TimeRateRequest< ValueType, dim, Number > PlasticityLab::get_previous_total_time_rate | ( | ) | const |
Definition at line 9978 of file ALE_Finite_Strain_Plasticity.h.
| * * * * ::Tensor< 1, dim, Number > TimeRateRequest< ValueType, dim, Number > PlasticityLab::get_velocity | ( | ) | const |
Definition at line 9985 of file ALE_Finite_Strain_Plasticity.h.
| * * * * * void TimeRateRequest< ValueType, dim, Number > PlasticityLab::set_partial_time_rate | ( | const ValueType & | partial_time_rate | ) |
Definition at line 9995 of file ALE_Finite_Strain_Plasticity.h.
| * * * * void TimeRateRequest< ValueType, dim, Number > PlasticityLab::set_total_time_rate | ( | const ValueType & | total_time_rate | ) |
Definition at line 10002 of file ALE_Finite_Strain_Plasticity.h.
| * * * * void TimeRateRequest< ValueType, dim, Number > PlasticityLab::set_partial_second_time_rate | ( | const ValueType & | partial_second_time_rate | ) |
Definition at line 10009 of file ALE_Finite_Strain_Plasticity.h.
| * * * * void TimeRateRequest< ValueType, dim, Number > PlasticityLab::set_total_second_time_rate | ( | const ValueType & | total_second_time_rate | ) |
Definition at line 10016 of file ALE_Finite_Strain_Plasticity.h.
| * * * * void TimeRateRequest< ValueType, dim, Number > PlasticityLab::set_partial_time_rate_tangent | ( | const ValueType & | partial_time_rate_tangent | ) |
Definition at line 10023 of file ALE_Finite_Strain_Plasticity.h.
| * * * * void TimeRateRequest< ValueType, dim, Number > PlasticityLab::set_total_time_rate_tangent | ( | const ValueType & | total_time_rate_tangent | ) |
Definition at line 10030 of file ALE_Finite_Strain_Plasticity.h.
| * * * * void TimeRateRequest< ValueType, dim, Number > PlasticityLab::set_partial_second_time_rate_tangent | ( | const ValueType & | partial_second_time_rate_tangent | ) |
Definition at line 10037 of file ALE_Finite_Strain_Plasticity.h.
| * * * * void TimeRateRequest< ValueType, dim, Number > PlasticityLab::set_total_second_time_rate_tangent | ( | const ValueType & | total_second_time_rate_tangent | ) |
Definition at line 10044 of file ALE_Finite_Strain_Plasticity.h.
|
inlineprotected |
Definition at line 10088 of file ALE_Finite_Strain_Plasticity.h.
|
inlineprotected |
Definition at line 10096 of file ALE_Finite_Strain_Plasticity.h.
|
inlineprotected |
Definition at line 10103 of file ALE_Finite_Strain_Plasticity.h.
|
inlineprotected |
Definition at line 10111 of file ALE_Finite_Strain_Plasticity.h.
|
staticprotected |
| * * * * * void ThermoPlasticMaterial<dim,ViscoplasticYieldLaw,Number> compute_stored_heat_rate PlasticityLab:: |
Definition at line 8730 of file ALE_Finite_Strain_Plasticity.h.
Definition at line 9064 of file ALE_Finite_Strain_Plasticity.h.
|
private |
Definition at line 9082 of file ALE_Finite_Strain_Plasticity.h.
|
private |
Definition at line 9086 of file ALE_Finite_Strain_Plasticity.h.
|
private |
Definition at line 9089 of file ALE_Finite_Strain_Plasticity.h.
|
private |
Definition at line 9090 of file ALE_Finite_Strain_Plasticity.h.
|
private |
Definition at line 9093 of file ALE_Finite_Strain_Plasticity.h.
Definition at line 9114 of file ALE_Finite_Strain_Plasticity.h.
Definition at line 9128 of file ALE_Finite_Strain_Plasticity.h.
|
private |
Definition at line 9130 of file ALE_Finite_Strain_Plasticity.h.
|
private |
Definition at line 9140 of file ALE_Finite_Strain_Plasticity.h.
|
private |
Definition at line 9143 of file ALE_Finite_Strain_Plasticity.h.
|
private |
Definition at line 9155 of file ALE_Finite_Strain_Plasticity.h.
|
private |
Definition at line 9218 of file ALE_Finite_Strain_Plasticity.h.
|
private |
Definition at line 9219 of file ALE_Finite_Strain_Plasticity.h.
|
private |
Definition at line 9221 of file ALE_Finite_Strain_Plasticity.h.
Definition at line 9222 of file ALE_Finite_Strain_Plasticity.h.
|
private |
Definition at line 9223 of file ALE_Finite_Strain_Plasticity.h.
|
private |
Definition at line 9234 of file ALE_Finite_Strain_Plasticity.h.
|
private |
Definition at line 9235 of file ALE_Finite_Strain_Plasticity.h.
|
private |
Definition at line 9241 of file ALE_Finite_Strain_Plasticity.h.
Definition at line 9243 of file ALE_Finite_Strain_Plasticity.h.
Definition at line 9244 of file ALE_Finite_Strain_Plasticity.h.
|
private |
Definition at line 9251 of file ALE_Finite_Strain_Plasticity.h.
Definition at line 9255 of file ALE_Finite_Strain_Plasticity.h.
Definition at line 9257 of file ALE_Finite_Strain_Plasticity.h.
|
private |
Definition at line 9395 of file ALE_Finite_Strain_Plasticity.h.
Definition at line 9444 of file ALE_Finite_Strain_Plasticity.h.
|
private |
Definition at line 9445 of file ALE_Finite_Strain_Plasticity.h.
|
private |
Definition at line 9446 of file ALE_Finite_Strain_Plasticity.h.
Definition at line 9447 of file ALE_Finite_Strain_Plasticity.h.
|
private |
Definition at line 9448 of file ALE_Finite_Strain_Plasticity.h.
|
private |
Definition at line 9531 of file ALE_Finite_Strain_Plasticity.h.
|
private |
Definition at line 9532 of file ALE_Finite_Strain_Plasticity.h.
|
private |
Definition at line 9534 of file ALE_Finite_Strain_Plasticity.h.
|
private |
Definition at line 9535 of file ALE_Finite_Strain_Plasticity.h.