waves
Basic FE playground
EnsembleReduction.h
Go to the documentation of this file.
1 #ifndef KATOPTRON_ENSEMBLEREDUCTION_H
2 #define KATOPTRON_ENSEMBLEREDUCTION_H
3 
4 #include <Stokhos_config.h>
5 
7 {
8 #ifdef HAVE_STOKHOS_ENSEMBLE_REDUCT
9  return true;
10 #else
11  return false;
12 #endif
13 }
14 #endif //KATOPTRON_ENSEMBLEREDUCTION_H
UseEnsembleReduction
bool UseEnsembleReduction()
Definition: EnsembleReduction.h:6