MueLu Version of the Day
Loading...
Searching...
No Matches
MueLu_MatlabSmoother.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::MatlabSmoother<S, LO, GO, N>;
19
20TPETRA_ETI_MANGLING_TYPEDEFS()
21
22TPETRA_INSTANTIATE_SLGN_NO_ORDINAL_SCALAR(MUELU_LOCAL_INSTANT)
23
24#endif
#define MUELU_LOCAL_INSTANT(S, LO, GO, N)