|
MueLu Version of the Day
|
#include <MueLu_HierarchyUtils_decl.hpp>
Static Public Member Functions | |
| static void | AddNonSerializableDataToHierarchy (HierarchyManager &HM, Hierarchy &H, const ParameterList &nonSerialList) |
| Add non-serializable data to Hierarchy. | |
| static void | CopyBetweenHierarchies (Hierarchy &fromHierarchy, Hierarchy &toHierarchy, const std::string fromLabel, const std::string toLabel, const std::string dataType) |
Private Types | |
| using | Factory = MueLu::Factory |
| using | FactoryBase = MueLu::FactoryBase |
| using | FactoryManagerBase = MueLu::FactoryManagerBase |
| using | Level = MueLu::Level |
| using | HierarchyManager = MueLu::HierarchyManager<Scalar,LocalOrdinal,GlobalOrdinal,Node> |
Definition at line 104 of file MueLu_HierarchyUtils_decl.hpp.
|
private |
|
private |
|
private |
|
private |
|
private |
|
static |
Add non-serializable data to Hierarchy.
Add non-serializable data given level-specific sublist nonSerialList to the Hierarchy H. Calling AddLevel() along the way, if necessary.
Non-serializable data to be added:
This routine is used by the CreateXpetraPreconditioner() routine.
| HM | Hierarhcy manager |
| H | Hierarchy, where non-serializable data needs to be added |
| nonSerialList | Parameter list containing non-serializable data |
Definition at line 103 of file MueLu_HierarchyUtils_def.hpp.
|
static |
Definition at line 67 of file MueLu_HierarchyUtils_def.hpp.