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
3 files
+ 6
2
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -97,6 +97,7 @@ namespace Fem
typedef DGAdaptationIndicatorOperator< OpTraits > IndicatorType;
typedef Estimator< DestinationType, typename ModelType::ProblemType > GradientIndicatorType ;
typedef AdaptIndicator< IndicatorType, GradientIndicatorType > AdaptIndicatorType;
typedef typename FullOperatorType :: TroubledCellIndicatorType TroubledCellIndicatorType;
// solver selection, available fem, istl, petsc, ...
Loading