MueLu  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
MueLu_SingleLevelMatlabFactory.cpp
Go to the documentation of this file.
1 // @HEADER
2 // *****************************************************************************
3 // MueLu: A package for multigrid based preconditioning
4 //
5 // Copyright 2012 NTESS and the MueLu contributors.
6 // SPDX-License-Identifier: BSD-3-Clause
7 // *****************************************************************************
8 // @HEADER
9 
10 #include "MueLu_ExplicitInstantiation.hpp"
11 
13 
14 #include "TpetraCore_ETIHelperMacros.h"
15 
16 #ifdef HAVE_MUELU_MATLAB
17 #define MUELU_LOCAL_INSTANT(S, LO, GO, N) \
18  template class MueLu::SingleLevelMatlabFactory<S, LO, GO, N>;
19 
20 TPETRA_ETI_MANGLING_TYPEDEFS()
21 
22 TPETRA_INSTANTIATE_SLGN_NO_ORDINAL_SCALAR(MUELU_LOCAL_INSTANT)
23 
24 #endif
#define MUELU_LOCAL_INSTANT(S, LO, GO, N)