|
MueLu Version of the Day
|
#include <MueLu_HierarchyManager.hpp>
Public Types | |
| typedef std::map< std::string, RCP< const FactoryBase > > | FactoryMap |
Public Member Functions | |
| HierarchyManager (int numDesiredLevel=MasterList::getDefault< int >("max levels")) | |
| virtual | ~HierarchyManager () |
| void | AddFactoryManager (int startLevel, int numDesiredLevel, RCP< FactoryManagerBase > manager) |
| RCP< FactoryManagerBase > | GetFactoryManager (int levelID) const |
| size_t | getNumFactoryManagers () const |
| returns number of factory managers stored in levelManagers_ vector. More... | |
| void | CheckConfig () |
| virtual RCP< Hierarchy > | CreateHierarchy () const |
| Create an empty Hierarchy object. More... | |
| virtual RCP< Hierarchy > | CreateHierarchy (const std::string &label) const |
| Create a labeled empty Hierarchy object. More... | |
| virtual void | SetupHierarchy (Hierarchy &H) const |
| Setup Hierarchy object. More... | |
Public Member Functions inherited from MueLu::HierarchyFactory< DefaultScalar, DefaultLocalOrdinal, DefaultGlobalOrdinal, DefaultNode > | |
| virtual | ~HierarchyFactory () |
| Destructor. More... | |
| virtual RCP< Hierarchy > | CreateHierarchy () const=0 |
| Create an empty Hierarchy object. More... | |
| virtual RCP< Hierarchy > | CreateHierarchy (const std::string &label) const=0 |
| Create a labeled empty Hierarchy object. More... | |
| virtual void | SetupHierarchy (Hierarchy &H) const=0 |
| Setup Hierarchy object. More... | |
Public Member Functions inherited from MueLu::BaseClass | |
| virtual | ~BaseClass () |
| Destructor. More... | |
Public Member Functions inherited from MueLu::VerboseObject | |
| VerboseObject () | |
| virtual | ~VerboseObject () |
| Destructor. More... | |
| VerbLevel | GetVerbLevel () const |
| Get the verbosity level. More... | |
| void | SetVerbLevel (const VerbLevel verbLevel) |
| Set the verbosity level of this object. More... | |
| int | GetProcRankVerbose () const |
| Get proc rank used for printing. Do not use this information for any other purpose. More... | |
| int | SetProcRankVerbose (int procRank) const |
| Set proc rank used for printing. More... | |
| bool | IsPrint (MsgType type, int thisProcRankOnly=-1) const |
| Find out whether we need to print out information for a specific message type. More... | |
| Teuchos::FancyOStream & | GetOStream (MsgType type, int thisProcRankOnly=0) const |
| Get an output stream for outputting the input message type. More... | |
| Teuchos::FancyOStream & | GetBlackHole () const |
Public Member Functions inherited from MueLu::Describable | |
| virtual | ~Describable () |
| Destructor. More... | |
| virtual void | describe (Teuchos::FancyOStream &out_arg, const VerbLevel verbLevel=Default) const |
| virtual std::string | description () const |
| Return a simple one-line description of this object. More... | |
| void | describe (Teuchos::FancyOStream &out, const Teuchos::EVerbosityLevel verbLevel=Teuchos::Describable::verbLevel_default) const |
| Print the object with some verbosity level to an FancyOStream object. More... | |
| virtual std::string | ShortClassName () const |
| Return the class name of the object, without template parameters and without namespace. More... | |
Protected Member Functions | |
| virtual void | SetupOperator (Operator &) const |
| Setup Matrix object. More... | |
| virtual void | SetupExtra (Hierarchy &) const |
| Setup extra data. More... | |
| Teuchos::RCP< FactoryManagerBase > | LvlMngr (int levelID, int lastLevelID) const |
Protected Attributes | |
| int | numDesiredLevel_ |
| Xpetra::global_size_t | maxCoarseSize_ |
| MsgType | verbosity_ |
| bool | doPRrebalance_ |
| bool | implicitTranspose_ |
| bool | fuseProlongationAndUpdate_ |
| int | sizeOfMultiVectors_ |
| int | graphOutputLevel_ |
| Teuchos::Array< int > | matricesToPrint_ |
| Teuchos::Array< int > | prolongatorsToPrint_ |
| Teuchos::Array< int > | restrictorsToPrint_ |
| Teuchos::Array< int > | nullspaceToPrint_ |
| Teuchos::Array< int > | coordinatesToPrint_ |
| Teuchos::Array< int > | aggregatesToPrint_ |
| Teuchos::Array< int > | elementToNodeMapsToPrint_ |
| Teuchos::RCP< Teuchos::ParameterList > | matvecParams_ |
| std::map< int, std::vector< keep_pair > > | keep_ |
Private Types | |
| typedef std::pair< std::string, const FactoryBase * > | keep_pair |
Private Member Functions | |
| void | ExportDataSetKeepFlags (Hierarchy &H, const Teuchos::Array< int > &data, const std::string &name) const |
| void | ExportDataSetKeepFlagsNextLevel (Hierarchy &H, const Teuchos::Array< int > &data, const std::string &name) const |
| template<class T > | |
| void | WriteData (Hierarchy &H, const Teuchos::Array< int > &data, const std::string &name) const |
| void | WriteDataAggregates (Hierarchy &H, const Teuchos::Array< int > &data, const std::string &name) const |
| template<class T > | |
| void | WriteDataFC (Hierarchy &H, const Teuchos::Array< int > &data, const std::string &name, const std::string &ofname) const |
| template<class T > | |
| void | WriteFieldContainer (const std::string &fileName, T &fcont, const Map &colMap) const |
Private Attributes | |
| Array< RCP< FactoryManagerBase > > | levelManagers_ |
Additional Inherited Members | |
Static Public Member Functions inherited from MueLu::VerboseObject | |
| static void | SetDefaultVerbLevel (const VerbLevel defaultVerbLevel) |
| Set the default (global) verbosity level. More... | |
| static VerbLevel | GetDefaultVerbLevel () |
| Get the default (global) verbosity level. More... | |
| static void | SetMueLuOStream (const Teuchos::RCP< Teuchos::FancyOStream > &mueluOStream) |
| static void | SetMueLuOFileStream (const std::string &filename) |
| static Teuchos::RCP< Teuchos::FancyOStream > | GetMueLuOStream () |
Definition at line 82 of file MueLu_HierarchyManager.hpp.
|
private |
Definition at line 85 of file MueLu_HierarchyManager.hpp.
| typedef std::map<std::string, RCP<const FactoryBase> > MueLu::HierarchyManager< Scalar, LocalOrdinal, GlobalOrdinal, Node >::FactoryMap |
Definition at line 290 of file MueLu_HierarchyManager.hpp.
|
inline |
Definition at line 90 of file MueLu_HierarchyManager.hpp.
|
inlinevirtual |
Definition at line 102 of file MueLu_HierarchyManager.hpp.
|
inline |
Definition at line 105 of file MueLu_HierarchyManager.hpp.
|
inline |
Definition at line 115 of file MueLu_HierarchyManager.hpp.
|
inline |
returns number of factory managers stored in levelManagers_ vector.
Definition at line 121 of file MueLu_HierarchyManager.hpp.
|
inline |
Definition at line 126 of file MueLu_HierarchyManager.hpp.
|
inlinevirtual |
Create an empty Hierarchy object.
Implements MueLu::HierarchyFactory< DefaultScalar, DefaultLocalOrdinal, DefaultGlobalOrdinal, DefaultNode >.
Definition at line 133 of file MueLu_HierarchyManager.hpp.
|
inlinevirtual |
Create a labeled empty Hierarchy object.
Implements MueLu::HierarchyFactory< DefaultScalar, DefaultLocalOrdinal, DefaultGlobalOrdinal, DefaultNode >.
Definition at line 137 of file MueLu_HierarchyManager.hpp.
|
inlinevirtual |
Setup Hierarchy object.
Implements MueLu::HierarchyFactory< DefaultScalar, DefaultLocalOrdinal, DefaultGlobalOrdinal, DefaultNode >.
Reimplemented in MueLu::AdaptiveSaMLParameterListInterpreter< Scalar, LocalOrdinal, GlobalOrdinal, Node >, MueLu::MLParameterListInterpreter< Scalar, LocalOrdinal, GlobalOrdinal, Node >, and MueLu::ParameterListInterpreter< Scalar, LocalOrdinal, GlobalOrdinal, Node >.
Definition at line 142 of file MueLu_HierarchyManager.hpp.
|
inlineprotectedvirtual |
Setup Matrix object.
Reimplemented in MueLu::ParameterListInterpreter< Scalar, LocalOrdinal, GlobalOrdinal, Node >, MueLu::AdaptiveSaMLParameterListInterpreter< Scalar, LocalOrdinal, GlobalOrdinal, Node >, and MueLu::MLParameterListInterpreter< Scalar, LocalOrdinal, GlobalOrdinal, Node >.
Definition at line 295 of file MueLu_HierarchyManager.hpp.
|
inlineprotectedvirtual |
Setup extra data.
Definition at line 299 of file MueLu_HierarchyManager.hpp.
|
inlineprotected |
Definition at line 304 of file MueLu_HierarchyManager.hpp.
|
inlineprivate |
Definition at line 343 of file MueLu_HierarchyManager.hpp.
|
inlineprivate |
Definition at line 353 of file MueLu_HierarchyManager.hpp.
|
inlineprivate |
Definition at line 365 of file MueLu_HierarchyManager.hpp.
|
inlineprivate |
Definition at line 395 of file MueLu_HierarchyManager.hpp.
|
inlineprivate |
Definition at line 421 of file MueLu_HierarchyManager.hpp.
|
inlineprivate |
Definition at line 442 of file MueLu_HierarchyManager.hpp.
|
mutableprotected |
Definition at line 322 of file MueLu_HierarchyManager.hpp.
|
protected |
Definition at line 323 of file MueLu_HierarchyManager.hpp.
|
protected |
Definition at line 324 of file MueLu_HierarchyManager.hpp.
|
protected |
Definition at line 325 of file MueLu_HierarchyManager.hpp.
|
protected |
Definition at line 326 of file MueLu_HierarchyManager.hpp.
|
protected |
Definition at line 327 of file MueLu_HierarchyManager.hpp.
|
protected |
Definition at line 328 of file MueLu_HierarchyManager.hpp.
|
protected |
Definition at line 329 of file MueLu_HierarchyManager.hpp.
|
protected |
Definition at line 330 of file MueLu_HierarchyManager.hpp.
|
protected |
Definition at line 331 of file MueLu_HierarchyManager.hpp.
|
protected |
Definition at line 332 of file MueLu_HierarchyManager.hpp.
|
protected |
Definition at line 333 of file MueLu_HierarchyManager.hpp.
|
protected |
Definition at line 334 of file MueLu_HierarchyManager.hpp.
|
protected |
Definition at line 335 of file MueLu_HierarchyManager.hpp.
|
protected |
Definition at line 336 of file MueLu_HierarchyManager.hpp.
|
protected |
Definition at line 337 of file MueLu_HierarchyManager.hpp.
|
protected |
Definition at line 339 of file MueLu_HierarchyManager.hpp.
|
private |
Definition at line 465 of file MueLu_HierarchyManager.hpp.