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
8 files
+ 121
32
Compare changes
  • Side-by-side
  • Inline
Files
8
@@ -240,8 +240,8 @@ namespace Fem
void obtainBounds( RangeType& globalMin, RangeType& globalMax) const
{
globalMin = 0;
globalMax = std::numeric_limits<double>::max();
assert( hasAdvection );
advection().obtainBounds(globalMin, globalMax);
}
bool isConstant( const RangeType& min, const RangeType& max ) const
Loading