MueLu Version of the Day
Loading...
Searching...
No Matches
MueLu_FacadeClassBase_def.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 PACKAGES_MUELU_SRC_INTERFACE_FACADECLASSES_MUELU_FACADECLASSBASE_DEF_HPP_
11#define PACKAGES_MUELU_SRC_INTERFACE_FACADECLASSES_MUELU_FACADECLASSBASE_DEF_HPP_
12
13#include <Teuchos_XMLParameterListHelpers.hpp>
14#include <Teuchos_XMLParameterListCoreHelpers.hpp>
15
16#include "MueLu_Exceptions.hpp"
17
19
20namespace MueLu {
21template <class Scalar, class LocalOrdinal, class GlobalOrdinal, class Node>
24} // namespace MueLu
25
26#endif /* PACKAGES_MUELU_SRC_INTERFACE_FACADECLASSES_MUELU_FACADECLASSBASE_DEF_HPP_ */
Namespace for MueLu classes and methods.