Skip to content

Commit

Permalink
Removed the duplicated computation of saturation extrapolation
Browse files Browse the repository at this point in the history
  • Loading branch information
wenqing committed Jun 18, 2018
1 parent 7cdc408 commit 624dd71
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions FEM/problem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1864,9 +1864,6 @@ inline double Problem::RichardsFlow()
error = m_pcs->ExecuteNonLinear(loop_process_number);
if (m_pcs->saturation_switch == true)
m_pcs->CalcSaturationRichards(1, false); // JOD
else
// WW
m_pcs->CalcSecondaryVariablesUnsaturatedFlow();
// WW#ifndef NEW_EQS //WW. 07.11.2008
// WW if(lop_coupling_iterations > 1) // JOD coupling
// WW pcs_coupling_error = m_pcs->CalcCouplingNODError();
Expand All @@ -1883,7 +1880,6 @@ inline double Problem::RichardsFlow()
if (m_pcs->TimeStepAccept())
{
// WW
m_pcs->CalcSecondaryVariablesUnsaturatedFlow();
CalcVelocities = true;
conducted = true; // WW
}
Expand Down

0 comments on commit 624dd71

Please sign in to comment.