We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93642fa commit 60124a1Copy full SHA for 60124a1
source/material_model/grain_size.cc
@@ -198,7 +198,7 @@ namespace aspect
198
}
199
200
const double strain_rate_dependence = (1.0 - dislocation_creep_exponent[phase_index]) / dislocation_creep_exponent[phase_index];
201
- const SymmetricTensor<2,dim> shear_strain_rate = Utilities::Tensors::deviator(shear_strain_rate);
+ const SymmetricTensor<2,dim> shear_strain_rate = Utilities::Tensors::deviator(strain_rate);
202
const double second_strain_rate_invariant = std::sqrt(std::max(-Utilities::Tensors::deviatoric_tensor_inv2(shear_strain_rate), 0.));
203
204
// If the strain rate is zero, the dislocation viscosity is infinity.
0 commit comments