deal.II version GIT relicensing-6809-ge913b9bb34 2026-09-25 17:20:01+00:00
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Loading...
Searching...
No Matches
PlasticityLab::ThermoPlasticMaterial< dim, ViscoplasticYieldLaw, Number > Member List

This is the complete list of members for PlasticityLab::ThermoPlasticMaterial< dim, ViscoplasticYieldLaw, Number >, including all inherited members.

 PlasticityLab::ThermoPlasticMaterial< dim, ViscoplasticYieldLaw, Number >
 PlasticityLab::ThermoPlasticMaterial< dim, ViscoplasticYieldLaw, Number >
 PlasticityLab::ThermoPlasticMaterial< dim, ViscoplasticYieldLaw, Number >
 PlasticityLab::ThermoPlasticMaterial< dim, ViscoplasticYieldLaw, Number >
 ()) const override; *  *  void set_state_parameters(*  const point_index_t &point_index, *  const std::vector< Number > &state_parameters, *  const Tensor< 2, dim, Number > &reference_transformation=unit_symmetric_tensor< dim >()) override; *  size_t get_material_parameter_count() const override; *  *  *  void setup_point_history(const point_index_t point_count) override; *  *  private:*  const Number kappa; *  const Number mu; *  *  const Number thermal_expansion_coefficient; *  const Number thermal_conductivity; *  const Number heat_capacity; *  const Number reference_temperature; *  *  const Number dissipation_factor; *  const ViscoplasticYieldLaw viscoplastic_yield_law; *  *  std::vector< PointHistory< dim, Number > > material_point_history; *  *  inline void *  compute_pressure(*  ConstitutiveModelRequest< dim, Number > &constitutive_request, *  const point_index_t &point_indexPlasticityLab::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, unsigned int max_iter) constPlasticityLab::ThermoPlasticMaterial< dim, ViscoplasticYieldLaw, Number >inline
get_material_Jacobian(const point_index_t &point_index) const overridePlasticityLab::ThermoPlasticMaterial< dim, ViscoplasticYieldLaw, Number >
get_plastic_strain(const point_index_t &point_index) const overridePlasticityLab::ThermoPlasticMaterial< dim, ViscoplasticYieldLaw, Number >
overridePlasticityLab::ThermoPlasticMaterial< dim, ViscoplasticYieldLaw, Number >
ThermoPlasticMaterial(const Number kappa, *  const Number mu, *  const Number thermal_expansion_coefficient, *  const Number thermal_conductivity, *  const Number heat_capacity, *  const Number dissipation_factor, *  const ViscoplasticYieldLaw &viscoplastic_yield_law)PlasticityLab::ThermoPlasticMaterial< dim, ViscoplasticYieldLaw, Number >
~ThermoPlasticMaterial()PlasticityLab::ThermoPlasticMaterial< dim, ViscoplasticYieldLaw, Number >virtual