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. More... | |
static void | CopyBetweenHierarchies (Hierarchy &fromHierarchy, Hierarchy &toHierarchy, const std::string fromLabel, const std::string toLabel, const std::string dataType) |
Definition at line 63 of file MueLu_HierarchyUtils_decl.hpp.
|
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 67 of file MueLu_HierarchyUtils_def.hpp.
|
static |
Definition at line 31 of file MueLu_HierarchyUtils_def.hpp.