MueLu
Version of the Day
Toggle main menu visibility
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_fwd.hpp>
12
#include <Xpetra_Matrix_fwd.hpp>
13
#include <Xpetra_VectorFactory_fwd.hpp>
14
15
#include "
MueLu_SingleLevelFactoryBase.hpp
"
16
17
#include "
MueLu_Level_fwd.hpp
"
18
#include "
MueLu_FactoryBase_fwd.hpp
"
19
20
21
namespace
MueLu
{
22
67
68
//FIXME: this class should not be templated
69
template
<
class
LocalOrdinal
=
DefaultLocalOrdinal
,
70
class
GlobalOrdinal
=
DefaultGlobalOrdinal
,
71
class
Node
=
DefaultNode
>
72
class
RepartitionInterface
:
public
SingleLevelFactoryBase
{
73
74
typedef
double
Scalar
;
// FIXME
75
#undef MUELU_REPARTITIONINTERFACE_SHORT
76
#include "
MueLu_UseShortNames.hpp
"
77
78
public
:
79
81
82
84
RepartitionInterface
() { }
85
87
virtual
~RepartitionInterface
() { }
89
90
RCP<const ParameterList>
GetValidParameterList
()
const
;
91
93
94
void
DeclareInput
(
Level
& level)
const
;
96
98
99
void
Build
(
Level
&level)
const
;
100
102
103
104
105
private
:
106
107
108
109
};
//class RepartitionInterface
110
111
}
//namespace MueLu
112
113
#define MUELU_REPARTITIONINTERFACE_SHORT
114
#endif
/* MUELU_REPARTITIONINTERFACE_DECL_HPP_ */
MueLu_FactoryBase_fwd.hpp
MueLu_Level_fwd.hpp
MueLu_SingleLevelFactoryBase.hpp
LocalOrdinal
MueLu::DefaultLocalOrdinal LocalOrdinal
Definition
MueLu_UseDefaultTypes.hpp:50
GlobalOrdinal
MueLu::DefaultGlobalOrdinal GlobalOrdinal
Definition
MueLu_UseDefaultTypes.hpp:51
Node
MueLu::DefaultNode Node
Definition
MueLu_UseDefaultTypes.hpp:52
MueLu_UseShortNames.hpp
MueLu::Level
Class that holds all level-specific information.
Definition
MueLu_Level.hpp:99
MueLu::RepartitionInterface::Scalar
double Scalar
Definition
MueLu_RepartitionInterface_decl.hpp:74
MueLu::RepartitionInterface::DeclareInput
void DeclareInput(Level &level) const
Specifies the data that this class needs, and the factories that generate that data.
Definition
MueLu_RepartitionInterface_def.hpp:32
MueLu::RepartitionInterface::Build
void Build(Level &level) const
Build an object with this factory.
Definition
MueLu_RepartitionInterface_def.hpp:39
MueLu::RepartitionInterface::GetValidParameterList
RCP< const ParameterList > GetValidParameterList() const
Return a const parameter list of valid parameters that setParameterList() will accept.
Definition
MueLu_RepartitionInterface_def.hpp:21
MueLu::RepartitionInterface::~RepartitionInterface
virtual ~RepartitionInterface()
Destructor.
Definition
MueLu_RepartitionInterface_decl.hpp:87
MueLu::RepartitionInterface::RepartitionInterface
RepartitionInterface()
Constructor.
Definition
MueLu_RepartitionInterface_decl.hpp:84
MueLu::SingleLevelFactoryBase::SingleLevelFactoryBase
SingleLevelFactoryBase()
Constructor.
Definition
MueLu_SingleLevelFactoryBase.hpp:71
MueLu
Namespace for MueLu classes and methods.
Definition
MueLu_BrickAggregationFactory_decl.hpp:78
MueLu::DefaultNode
Tpetra::KokkosClassic::DefaultNode::DefaultNodeType DefaultNode
Definition
MueLu_Details_DefaultTypes.hpp:70
MueLu::DefaultGlobalOrdinal
int DefaultGlobalOrdinal
Definition
MueLu_Details_DefaultTypes.hpp:67
MueLu::DefaultLocalOrdinal
int DefaultLocalOrdinal
Definition
MueLu_Details_DefaultTypes.hpp:60
src
Rebalancing
MueLu_RepartitionInterface_decl.hpp
Generated by
1.17.0