MueLu Version of the Day
Loading...
Searching...
No Matches
MueLu_ETI_3arg.hpp
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#ifndef MUELU_ETI_3ARGUMENT_HPP
11#define MUELU_ETI_3ARGUMENT_HPP
12
13// The macro "MUELU_ETI_GROUP" must be defined prior to including this file.
14
15// We need to define these typedefs as it is not possible to properly expand
16// macros with colons in them
17#include <TpetraCore_config.h>
18#include <TpetraCore_ETIHelperMacros.h>
19TPETRA_ETI_MANGLING_TYPEDEFS()
20
21// Epetra = on, Tpetra = on
22
23// Epetra = off, Tpetra = on
24TPETRA_INSTANTIATE_LGN(MUELU_ETI_GROUP)
25
26#endif // ifndef MUELU_ETI_3ARGUMENT_HPP
#define MUELU_ETI_GROUP(SC, LO, GO, NO)