Go to the source code of this file.
|
template<typename TGridFunction > |
void | ug::SmallStrainMechanics::equiv_plast_strain (TGridFunction &eqPlastStrain, MechOutputWriter< typename TGridFunction::domain_type > &mechOut, TGridFunction &u) |
|
template<typename TGridFunction > |
void | ug::SmallStrainMechanics::invariants_kirchhoff_stress (TGridFunction &invarKirchhoffStress, MechOutputWriter< typename TGridFunction::domain_type > &mechOut, TGridFunction &u) |
|
template<typename TGridFunction > |
void | ug::SmallStrainMechanics::normal_stresses_strains (MechOutputWriter< typename TGridFunction::domain_type > &mechOut, TGridFunction &sigma, TGridFunction &epsilon, TGridFunction &stressFunc, TGridFunction &strainFunc, TGridFunction &u) |
|
template<typename TGridFunction > |
void | ug::SmallStrainMechanics::plast_ip (TGridFunction &plastIP, MechOutputWriter< typename TGridFunction::domain_type > &mechOut, TGridFunction &u) |
|