Skip to content
Snippets Groups Projects
Commit 32129dc4 authored by Robert K's avatar Robert K
Browse files

cleanup.

parent 1bec593d
No related branches found
No related tags found
1 merge request!15Exchange troubled cell
Pipeline #28760 canceled
......@@ -111,15 +111,15 @@ auto smoothnessGF(const GF &gf) {
template <class DiscreteFunction>
class SmoothnessIndicator
{
public:
typedef typename DiscreteFunction :: LocalFunctionType LocalFunctionType;
static double troubledCellIndicator( const DiscreteFunction& U,
const LocalFunctionType& uEn )
{
double modalInd = smoothnessIndicator( uEn );
if( std::abs( modalInd ) > 1e-14 )
return 1.0 / modalInd ;
else
return 0.0;
}
public:
typedef typename DiscreteFunction :: LocalFunctionType LocalFunctionType;
static double troubledCellIndicator( const DiscreteFunction& U,
const LocalFunctionType& uEn )
{
double modalInd = smoothnessIndicator( uEn );
if( std::abs( modalInd ) > 1e-14 )
return 1.0 / modalInd ;
else
return 0.0;
}
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment