MueLu Version of the Day
Loading...
Searching...
No Matches
MueLu_UseShortNamesOrdinal.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// Type definitions for templated classes (generally graph-related) that do not require a scalar.
11
12#include <Xpetra_UseShortNamesOrdinal.hpp>
13
14#ifdef MUELU_AGGREGATES_SHORT
15using Aggregates [[maybe_unused]] = MueLu::Aggregates<LocalOrdinal, GlobalOrdinal, Node>;
16#endif
17#ifdef MUELU_AGGREGATIONPHASE1ALGORITHM_SHORT
18using AggregationPhase1Algorithm [[maybe_unused]] = MueLu::AggregationPhase1Algorithm<LocalOrdinal, GlobalOrdinal, Node>;
19#endif
20#ifdef MUELU_AGGREGATIONPHASE2AALGORITHM_SHORT
21using AggregationPhase2aAlgorithm [[maybe_unused]] = MueLu::AggregationPhase2aAlgorithm<LocalOrdinal, GlobalOrdinal, Node>;
22#endif
23#ifdef MUELU_AGGREGATIONPHASE2BALGORITHM_SHORT
24using AggregationPhase2bAlgorithm [[maybe_unused]] = MueLu::AggregationPhase2bAlgorithm<LocalOrdinal, GlobalOrdinal, Node>;
25#endif
26#ifdef MUELU_AGGREGATIONPHASE3ALGORITHM_SHORT
27using AggregationPhase3Algorithm [[maybe_unused]] = MueLu::AggregationPhase3Algorithm<LocalOrdinal, GlobalOrdinal, Node>;
28#endif
29#ifdef MUELU_AGGREGATIONSTRUCTUREDALGORITHM_SHORT
30using AggregationStructuredAlgorithm [[maybe_unused]] = MueLu::AggregationStructuredAlgorithm<LocalOrdinal, GlobalOrdinal, Node>;
31#endif
32#ifdef MUELU_AMALGAMATIONINFO_SHORT
33using AmalgamationInfo [[maybe_unused]] = MueLu::AmalgamationInfo<LocalOrdinal, GlobalOrdinal, Node>;
34#endif
35#ifdef MUELU_GLOBALLEXICOGRAPHICINDEXMANAGER_SHORT
36using GlobalLexicographicIndexManager [[maybe_unused]] = MueLu::GlobalLexicographicIndexManager<LocalOrdinal, GlobalOrdinal, Node>;
37#endif
38#ifdef MUELU_HYBRIDAGGREGATIONFACTORY_SHORT
39using HybridAggregationFactory [[maybe_unused]] = MueLu::HybridAggregationFactory<LocalOrdinal, GlobalOrdinal, Node>;
40#endif
41#ifdef MUELU_INDEXMANAGER_SHORT
42using IndexManager [[maybe_unused]] = MueLu::IndexManager<LocalOrdinal, GlobalOrdinal, Node>;
43#endif
44#ifdef MUELU_INDEXMANAGER_KOKKOS_SHORT
45using IndexManager_kokkos [[maybe_unused]] = MueLu::IndexManager_kokkos<LocalOrdinal, GlobalOrdinal, Node>;
46#endif
47#ifdef MUELU_INTERFACEAGGREGATIONALGORITHM_SHORT
48using InterfaceAggregationAlgorithm [[maybe_unused]] = MueLu::InterfaceAggregationAlgorithm<LocalOrdinal, GlobalOrdinal, Node>;
49#endif
50#ifdef MUELU_INTERFACEMAPPINGTRANSFERFACTORY_SHORT
51using InterfaceMappingTransferFactory [[maybe_unused]] = MueLu::InterfaceMappingTransferFactory<LocalOrdinal, GlobalOrdinal, Node>;
52#endif
53#ifdef MUELU_ISORROPIAINTERFACE_SHORT
54using IsorropiaInterface [[maybe_unused]] = MueLu::IsorropiaInterface<LocalOrdinal, GlobalOrdinal, Node>;
55#endif
56#ifdef MUELU_LWGRAPH_SHORT
57using LWGraph [[maybe_unused]] = MueLu::LWGraph<LocalOrdinal, GlobalOrdinal, Node>;
58#endif
59#ifdef MUELU_LWGRAPH_KOKKOS_SHORT
60using LWGraph_kokkos [[maybe_unused]] = MueLu::LWGraph_kokkos<LocalOrdinal, GlobalOrdinal, Node>;
61#endif
62#ifdef MUELU_LOCALLEXICOGRAPHICINDEXMANAGER_SHORT
63using LocalLexicographicIndexManager [[maybe_unused]] = MueLu::LocalLexicographicIndexManager<LocalOrdinal, GlobalOrdinal, Node>;
64#endif
65#ifdef MUELU_LOCALORDINALTRANSFERFACTORY_SHORT
66using LocalOrdinalTransferFactory [[maybe_unused]] = MueLu::LocalOrdinalTransferFactory<LocalOrdinal, GlobalOrdinal, Node>;
67#endif
68#ifdef MUELU_ONEPTAGGREGATIONALGORITHM_SHORT
69using OnePtAggregationAlgorithm [[maybe_unused]] = MueLu::OnePtAggregationAlgorithm<LocalOrdinal, GlobalOrdinal, Node>;
70#endif
71#ifdef MUELU_PRESERVEDIRICHLETAGGREGATIONALGORITHM_SHORT
72using PreserveDirichletAggregationAlgorithm [[maybe_unused]] = MueLu::PreserveDirichletAggregationAlgorithm<LocalOrdinal, GlobalOrdinal, Node>;
73#endif
74#ifdef MUELU_PRFACTORY_SHORT
75using PRFactory [[maybe_unused]] = MueLu::PRFactory<LocalOrdinal, GlobalOrdinal, Node>;
76#endif
77#ifdef MUELU_REBALANCEMAPFACTORY_SHORT
78using RebalanceMapFactory [[maybe_unused]] = MueLu::RebalanceMapFactory<LocalOrdinal, GlobalOrdinal, Node>;
79#endif
80#ifdef MUELU_REPARTITIONINTERFACE_SHORT
81using RepartitionInterface [[maybe_unused]] = MueLu::RepartitionInterface<LocalOrdinal, GlobalOrdinal, Node>;
82#endif
83#ifdef MUELU_STRUCTUREDAGGREGATIONFACTORY_KOKKOS_SHORT
84using StructuredAggregationFactory_kokkos [[maybe_unused]] = MueLu::StructuredAggregationFactory_kokkos<LocalOrdinal, GlobalOrdinal, Node>;
85#endif
86#ifdef MUELU_UNCOUPLEDAGGREGATIONFACTORY_SHORT
87using UncoupledAggregationFactory [[maybe_unused]] = MueLu::UncoupledAggregationFactory<LocalOrdinal, GlobalOrdinal, Node>;
88#endif
89#ifdef MUELU_UNCOUPLEDINDEXMANAGER_SHORT
90using UncoupledIndexManager [[maybe_unused]] = MueLu::UncoupledIndexManager<LocalOrdinal, GlobalOrdinal, Node>;
91#endif
92#ifdef MUELU_USERAGGREGATIONFACTORY_SHORT
93using UserAggregationFactory [[maybe_unused]] = MueLu::UserAggregationFactory<LocalOrdinal, GlobalOrdinal, Node>;
94#endif
95#ifdef MUELU_FACTORY_SHORT
96using Factory [[maybe_unused]] = MueLu::Factory;
97#endif
98#ifdef MUELU_FACTORYBASE_SHORT
99using FactoryBase [[maybe_unused]] = MueLu::FactoryBase;
100#endif
101#ifdef MUELU_FACTORYMANAGERBASE_SHORT
102using FactoryManagerBase [[maybe_unused]] = MueLu::FactoryManagerBase;
103#endif
104#ifdef MUELU_LEVEL_SHORT
105using Level [[maybe_unused]] = MueLu::Level;
106#endif
107#ifdef MUELU_PFACTORY_SHORT
108using PFactory [[maybe_unused]] = MueLu::PFactory;
109#endif
110#ifdef MUELU_RFACTORY_SHORT
111using RFactory [[maybe_unused]] = MueLu::RFactory;
112#endif
113#ifdef MUELU_SINGLELEVELFACTORYBASE_SHORT
114using SingleLevelFactoryBase [[maybe_unused]] = MueLu::SingleLevelFactoryBase;
115#endif
116#ifdef MUELU_TWOLEVELFACTORYBASE_SHORT
117using TwoLevelFactoryBase [[maybe_unused]] = MueLu::TwoLevelFactoryBase;
118#endif
119#ifdef MUELU_VARIABLECONTAINER_SHORT
120using VariableContainer [[maybe_unused]] = MueLu::VariableContainer;
121#endif
122#ifdef MUELU_SMOOTHERFACTORYBASE_SHORT
123using SmootherFactoryBase [[maybe_unused]] = MueLu::SmootherFactoryBase;
124#endif
125#ifdef MUELU_AMESOSSMOOTHER_SHORT
126typedef MueLu::AmesosSmoother<Node> AmesosSmoother;
127#endif
128#ifdef MUELU_IFPACKSMOOTHER_SHORT
129typedef MueLu::IfpackSmoother<Node> IfpackSmoother;
130#endif
Container class for aggregation information.
Algorithm for coarsening a graph with uncoupled aggregation.
Among unaggregated points, see if we can make a reasonable size aggregate out of it.
Handle leftover nodes. Try to avoid singleton nodes.
Algorithm for coarsening a graph with structured aggregation.
minimal container class for storing amalgamation information
Class that encapsulates Amesos direct solvers.
Base class for factories (e.g., R, P, and A_coarse).
Class that provides default factories within Needs class.
Factory for building aggregates on meshes partly structured and partly unstructured.
Class that encapsulates Ifpack smoothers.
Container class for mesh layout and indices calculation.
Container class for mesh layout and indices calculation.
Algorithm for coarsening a graph with uncoupled aggregation. creates aggregates along an interface us...
Transfer mapping data for interface aggregation to the coarse level.
Lightweight MueLu representation of a compressed row storage graph.
Lightweight MueLu representation of a compressed row storage graph.
Class that holds all level-specific information.
Class for transferring a vector of local ordinals from a finer level to a coarser one,...
Algorithm for coarsening a graph with uncoupled aggregation. keep special marked nodes as singleton n...
Factory that provides an interface for a concrete implementation of a prolongation operator.
Builds one-to-one aggregates for all Dirichlet boundary nodes. For some applications this might be ne...
Factory which rebalances a map on current level using the Importer object generated by the Repartitio...
Helper class which transforms an "AmalgamatedPartition" array to an unamalgamated "Partition".
Base class for factories that use one level (currentLevel).
Factory for building structured aggregates or CrsGraph for interpolation base prolongator.
Base class for factories that use two levels (fineLevel and coarseLevel).
Class that stores all relevant data for a variable.