Skip to content

Commit

Permalink
Update MultiphasePoromechanics.hpp (#3098)
Browse files Browse the repository at this point in the history
Add missing change from PR #3066 involving the removal of F-relaxation whenever ILU is used as global relaxation
  • Loading branch information
victorapm authored May 7, 2024
1 parent 04cda6c commit 2a2d045
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,7 @@ class MultiphasePoromechanics : public MGRStrategyBase< 3 >
m_levelGlobalSmootherType[1] = MGRGlobalSmootherType::none;

// Level 2
m_levelFRelaxType[2] = MGRFRelaxationType::jacobi;
m_levelFRelaxIters[2] = 1;
m_levelFRelaxType[2] = MGRFRelaxationType::none;
m_levelInterpType[2] = MGRInterpolationType::injection;
m_levelRestrictType[2] = MGRRestrictionType::blockColLumped; // True-IMPES
m_levelCoarseGridMethod[2] = MGRCoarseGridMethod::galerkinRAI;
Expand Down

0 comments on commit 2a2d045

Please sign in to comment.