|
MueLu Version of the Day
|
#include "MueLu_ConfigDefs.hpp"#include "MueLu_SegregatedAFactory_fwd.hpp"#include "MueLu_Level_fwd.hpp"#include "MueLu_SingleLevelFactoryBase.hpp"#include "MueLu_UseShortNames.hpp"Go to the source code of this file.
Classes | |
| class | MueLu::SegregatedAFactory< Scalar, LocalOrdinal, GlobalOrdinal, Node > |
| Factory for building a new "segregated" A operator. Here, "segregated" means that the user provides a map (containing a subset of the row gids of the input matrix A) and the factory drops the off-diagonal entries (a,b) and (b,a) in A where "a" denotes a GID entry in the provided map and "b" denotes a GID that is not contained in the provided map. More... | |
Namespaces | |
| namespace | MueLu |
| Namespace for MueLu classes and methods. | |
Macros | |
| #define | MUELU_SEGREGATEDAFACTORY_SHORT |
| #define MUELU_SEGREGATEDAFACTORY_SHORT |
Definition at line 115 of file MueLu_SegregatedAFactory_decl.hpp.