Skip to content

Commit

Permalink
Regrouped headers in thermal_residual.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Idrishab committed Sep 10, 2024
1 parent 41e5a37 commit 7d7550f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/physics/thermal/thermal_residual.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
#include "coefficient.hpp"
#include "miso_input.hpp"
#include "thermal_integ.hpp"

#include "thermal_residual.hpp"
#include "utils.hpp"

Expand All @@ -27,10 +26,6 @@ void setInputs(ThermalResidual &residual, const miso::MISOInputs &inputs)
setVectorFromInputs(inputs, "thermal_load", residual.load);
if (residual.load.Size() != 0)
{
// std::cout << "residual.load.Size() != 0 and is:\n";
// residual.load.Print(mfem::out, 25);
// std::cout << "That has been the thermal load vector\n";

residual.load.SetSubVector(residual.res.getEssentialDofs(), 0.0);
}
}
Expand Down

0 comments on commit 7d7550f

Please sign in to comment.