Skip to content
Snippets Groups Projects

Exchange troubled cell

Merged Robert K requested to merge feature/exchange-troubled-cell into master
Compare and Show latest version
1 file
+ 0
1
Compare changes
  • Side-by-side
  • Inline
@@ -1598,7 +1598,6 @@ namespace Fem
// multiply h pol ord with circume
const double circFactor = (circume > 0.0) ? (hPowPolOrder/(circume * tolFactor_ )) : 0.0;
double modalInd = -1;
if( extTroubledCellIndicator_ )
{
shockIndicator = ( tol_1_ * extTroubledCellIndicator_( U, uEn ) );
Loading