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
6
bool
UseEnsembleReduction
()
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
katoptron
src
EnsembleReduction.h
Generated on Fri Oct 28 2022 10:21:59 for waves by
1.8.17