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.
2 parents 60d92af + 9192204 commit 63dd6c4Copy full SHA for 63dd6c4
source/heating_model/shear_heating.cc
@@ -39,8 +39,7 @@ namespace aspect
39
Assert(heating_model_outputs.heating_source_terms.size() == material_model_inputs.strain_rate.size(),
40
ExcMessage ("The shear heating plugin needs the strain rate!"));
41
42
- // Some material models provide dislocation viscosities and boundary area work fractions
43
- // as additional material outputs. If they are attached, use them.
+ // Check if the material model has additional outputs relevant for the shear heating.
44
const ShearHeatingOutputs<dim> *shear_heating_out =
45
material_model_outputs.template get_additional_output<ShearHeatingOutputs<dim>>();
46
0 commit comments