Stokhos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
MueLu_AggregateQualityEstimateFactory_UQ_PCE_OpenMP.cpp
Go to the documentation of this file.
1 // @HEADER
2 // *****************************************************************************
3 // Stokhos Package
4 //
5 // Copyright 2009 NTESS and the Stokhos contributors.
6 // SPDX-License-Identifier: BSD-3-Clause
7 // *****************************************************************************
8 // @HEADER
9 
10 #include "MueLu_ExplicitInstantiation.hpp"
11 #include "Stokhos_ConfigDefs.h"
12 
13 #if defined(HAVE_STOKHOS_MUELU) && defined(HAVE_MUELU_EXPLICIT_INSTANTIATION) && defined(HAVE_STOKHOS_SACADO)
14 
16 #include "Stokhos_MueLu_UQ_PCE.hpp"
17 
18 #include "MueLu_AggregateQualityEstimateFactory_def.hpp"
19 
20 #define MUELU_INST_S_LO_GO_N(S, LO, GO, N) \
21  template class MueLu::AggregateQualityEstimateFactory<S, LO, GO, N>;
22 
23 #define MUELU_INST_N(N) \
24  INSTANTIATE_TPETRA_UQ_PCE_N(MUELU_INST_S_LO_GO_N, N)
25 
26 TPETRA_ETI_MANGLING_TYPEDEFS()
27 
29 
30 #endif
31 
32 
#define INSTANTIATE_TPETRA_UQ_PCE_OPENMP(INSTMACRO)