MueLu Version of the Day
Loading...
Searching...
No Matches
MueLu_InterfaceMappingTransferFactory_decl.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_INTERFACEMAPPINGTRANSFERFACTORY_DECL_HPP_
11#define MUELU_INTERFACEMAPPINGTRANSFERFACTORY_DECL_HPP_
12
13#include "MueLu_Level.hpp"
15#include "MueLu_Monitor.hpp"
16
17#include "MueLu_ConfigDefs.hpp"
19
20namespace MueLu {
21
40template <class LocalOrdinal = DefaultLocalOrdinal,
42 class Node = DefaultNode>
44#undef MUELU_INTERFACEMAPPINGTRANSFERFACTORY_SHORT
46 public:
49
52
53 RCP<const ParameterList> GetValidParameterList() const override;
54 void DeclareInput(Level &fineLevel, Level &coarseLevel) const override;
55 void Build(Level &fineLevel, Level &coarseLevel) const override;
56};
57
58} // namespace MueLu
59#define MUELU_INTERFACEMAPPINGTRANSFERFACTORY_SHORT
60#endif /* MUELU_INTERFACEMAPPINGTRANSFERFACTORY_DECL_HPP_ */
MueLu::DefaultLocalOrdinal LocalOrdinal
MueLu::DefaultGlobalOrdinal GlobalOrdinal
MueLu::DefaultNode Node
Transfer mapping data for interface aggregation to the coarse level.
void Build(Level &fineLevel, Level &coarseLevel) const override
Build an object with this factory.
InterfaceMappingTransferFactory()=default
Constructor.
RCP< const ParameterList > GetValidParameterList() const override
Return a const parameter list of valid parameters that setParameterList() will accept.
void DeclareInput(Level &fineLevel, Level &coarseLevel) const override
Input.
Class that holds all level-specific information.
Base class for factories that use two levels (fineLevel and coarseLevel).
Namespace for MueLu classes and methods.
Tpetra::KokkosClassic::DefaultNode::DefaultNodeType DefaultNode