MueLu Version of the Day
Loading...
Searching...
No Matches
MueLu_RepartitionInterface_decl.hpp
Go to the documentation of this file.
1/*
2 * MueLu_RepartitionInterface_decl.hpp
3 *
4 * Created on: 5 Sep 2013
5 * Author: wiesner
6 */
7
8#ifndef MUELU_REPARTITIONINTERFACE_DECL_HPP_
9#define MUELU_REPARTITIONINTERFACE_DECL_HPP_
10
11#include <Xpetra_Map.hpp>
12#include <Xpetra_Matrix.hpp>
13#include <Xpetra_MapFactory_fwd.hpp>
14#include <Xpetra_MultiVectorFactory.hpp>
15#include <Xpetra_VectorFactory.hpp>
16
18
19#include "MueLu_Level_fwd.hpp"
21#include "MueLu_Graph_fwd.hpp"
25
26
27namespace MueLu {
28
74 //FIXME: this class should not be templated
75 template <class LocalOrdinal = DefaultLocalOrdinal,
77 class Node = DefaultNode>
79
80 typedef double Scalar; // FIXME
81#undef MUELU_REPARTITIONINTERFACE_SHORT
83
84 public:
85
87
88
91
95
96 RCP<const ParameterList> GetValidParameterList() const;
97
99
100 void DeclareInput(Level & level) const;
102
104
105 void Build(Level &level) const;
106
108
109
110
111 private:
112
113
114
115 }; //class RepartitionInterface
116
117} //namespace MueLu
118
119#define MUELU_REPARTITIONINTERFACE_SHORT
120#endif /* MUELU_REPARTITIONINTERFACE_DECL_HPP_ */
MueLu::DefaultLocalOrdinal LocalOrdinal
MueLu::DefaultGlobalOrdinal GlobalOrdinal
MueLu::DefaultNode Node
Class that holds all level-specific information.
Helper class which transforms an "AmalgamatedPartition" array to an unamalgamated "Partition".
void DeclareInput(Level &level) const
Specifies the data that this class needs, and the factories that generate that data.
void Build(Level &level) const
Build an object with this factory.
RCP< const ParameterList > GetValidParameterList() const
Return a const parameter list of valid parameters that setParameterList() will accept.
Base class for factories that use one level (currentLevel).
Namespace for MueLu classes and methods.
KokkosClassic::DefaultNode::DefaultNodeType DefaultNode