MueLu
Version of the Day
Toggle main menu visibility
Loading...
Searching...
No Matches
MueLu_TopRAPFactory_decl.hpp
Go to the documentation of this file.
1
/*
2
* MueLu_TopRAPFactory_decl.hpp
3
*
4
* Created on: Jan 25, 2016
5
* Author: tawiesn
6
*/
7
8
#ifndef PACKAGES_MUELU_SRC_MUECENTRAL_MUELU_TOPRAPFACTORY_DECL_HPP_
9
#define PACKAGES_MUELU_SRC_MUECENTRAL_MUELU_TOPRAPFACTORY_DECL_HPP_
10
11
#include "
MueLu_ConfigDefs.hpp
"
12
13
//#include "MueLu_FactoryManager_fwd.hpp"
14
#include "
MueLu_FactoryManagerBase.hpp
"
15
#include "
MueLu_Level_fwd.hpp
"
16
#include "
MueLu_TwoLevelFactoryBase.hpp
"
17
//#include "MueLu_Hierarchy_fwd.hpp"
18
//#include "MueLu_HierarchyManager_fwd.hpp"
19
20
namespace
MueLu
{
21
22
template
<
class
Scalar
=
DefaultScalar
,
23
class
LocalOrdinal
=
DefaultLocalOrdinal
,
24
class
GlobalOrdinal
=
DefaultGlobalOrdinal
,
25
class
Node
=
DefaultNode
>
26
class
TopRAPFactory
:
public
TwoLevelFactoryBase
{
27
#undef MUELU_TOPRAPFACTORY_SHORT
28
#include "
MueLu_UseShortNames.hpp
"
29
30
public
:
31
32
TopRAPFactory
(RCP<const FactoryManagerBase> parentFactoryManager);
33
TopRAPFactory
(RCP<const FactoryManagerBase> parentFactoryManagerFine, RCP<const FactoryManagerBase> parentFactoryManagerCoarse);
34
35
virtual
~TopRAPFactory
();
36
37
void
DeclareInput
(
Level
& fineLevel,
Level
& coarseLevel)
const
;
38
39
void
Build
(
Level
& fineLevel,
Level
& coarseLevel)
const
;
40
41
private
:
42
RCP<const FactoryBase>
PFact_
;
43
RCP<const FactoryBase>
RFact_
;
44
RCP<const FactoryBase>
AcFact_
;
45
};
46
47
}
48
49
#define MUELU_TOPRAPFACTORY_SHORT
50
#endif
/* PACKAGES_MUELU_SRC_MUECENTRAL_MUELU_TOPRAPFACTORY_DECL_HPP_ */
MueLu_ConfigDefs.hpp
MueLu_FactoryManagerBase.hpp
MueLu_Level_fwd.hpp
MueLu_TwoLevelFactoryBase.hpp
LocalOrdinal
MueLu::DefaultLocalOrdinal LocalOrdinal
Definition
MueLu_UseDefaultTypes.hpp:50
Scalar
MueLu::DefaultScalar Scalar
Definition
MueLu_UseDefaultTypes.hpp:49
GlobalOrdinal
MueLu::DefaultGlobalOrdinal GlobalOrdinal
Definition
MueLu_UseDefaultTypes.hpp:51
Node
MueLu::DefaultNode Node
Definition
MueLu_UseDefaultTypes.hpp:52
MueLu_UseShortNames.hpp
MueLu::TopRAPFactory::DeclareInput
void DeclareInput(Level &fineLevel, Level &coarseLevel) const
Input.
Definition
MueLu_TopRAPFactory_def.hpp:39
MueLu::TopRAPFactory::~TopRAPFactory
virtual ~TopRAPFactory()
Definition
MueLu_TopRAPFactory_def.hpp:36
MueLu::TopRAPFactory::Build
void Build(Level &fineLevel, Level &coarseLevel) const
Build an object with this factory.
Definition
MueLu_TopRAPFactory_def.hpp:46
MueLu::TopRAPFactory::AcFact_
RCP< const FactoryBase > AcFact_
Definition
MueLu_TopRAPFactory_decl.hpp:44
MueLu::TopRAPFactory::TopRAPFactory
TopRAPFactory(RCP< const FactoryManagerBase > parentFactoryManager)
Definition
MueLu_TopRAPFactory_def.hpp:22
MueLu::TopRAPFactory::RFact_
RCP< const FactoryBase > RFact_
Definition
MueLu_TopRAPFactory_decl.hpp:43
MueLu::TopRAPFactory::Level
MueLu::Level Level
MueLu::TopRAPFactory::PFact_
RCP< const FactoryBase > PFact_
Definition
MueLu_TopRAPFactory_decl.hpp:42
MueLu::TwoLevelFactoryBase::TwoLevelFactoryBase
TwoLevelFactoryBase()
Constructor.
Definition
MueLu_TwoLevelFactoryBase.hpp:75
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
MueLu::DefaultScalar
Tpetra::Details::DefaultTypes::scalar_type DefaultScalar
Definition
MueLu_Details_DefaultTypes.hpp:58
src
MueCentral
MueLu_TopRAPFactory_decl.hpp
Generated by
1.17.0