Skip to content

Commit

Permalink
Merge branch 'tmp' into coupled_thermoelasticity
Browse files Browse the repository at this point in the history
  • Loading branch information
pcarruscag committed Jan 9, 2025
2 parents 1fc88ac + 77eaa57 commit 707ab9f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion SU2_CFD/src/drivers/CDriver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1527,7 +1527,9 @@ void CDriver::InitializeNumerics(CConfig *config, CGeometry **geometry, CSolver

case MAIN_SOLVER::FEM_ELASTICITY:
case MAIN_SOLVER::DISC_ADJ_FEM:
fem = true; break;
fem = true;
heat = config->GetWeakly_Coupled_Heat();
break;

case MAIN_SOLVER::ADJ_EULER:
adj_euler = euler = compressible = true; break;
Expand Down

0 comments on commit 707ab9f

Please sign in to comment.