Skip to content
Snippets Groups Projects
Commit 5b716880 authored by Ludovic Noels's avatar Ludovic Noels
Browse files

wrong link

parent f13e4f87
No related branches found
No related tags found
No related merge requests found
......@@ -1389,7 +1389,7 @@ class ThermoMechanicsDG3DIPVariableBase : public dG3DIPVariable, public extraDof
virtual double getInternalEnergyExtraDofDiffusion() const = 0;
virtual void getConstitutiveExtraDofFlux(const int index, SVector3& q) const {
if (index > 0) Msg::Fatal("constitutive field with index %d is not defined",index);
q = getConstRefToThermalFlux()[index];
q = getConstRefToFlux()[index];
}
// constitutive field internal energy
virtual double getConstitutiveExtraDofInternalEnergy(const int index) const {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment