MueLu  Version of the Day
MueLu_groups
Go to the documentation of this file.
1 /*! @defgroup MueLuBaseClasses
2  @brief The main MueLu base classes
3 */
4 
5 /*! @defgroup MueLuTransferClasses
6  @brief The main MueLu prolongator classes
7 
8  See the MueLu User's manual in muelu/doc/UsersGuide for grid transfer options.
9 */
10 
11 /*! @defgroup MueLuSmootherClasses
12  @brief The main MueLu smoother classes
13 
14  See the MueLu User's manual in muelu/doc/UsersGuide for smoother options.
15 */
16 
17 /*! @defgroup MueLuAdapters
18  @brief The main MueLu adapters (interfaces)
19 
20  Most applications will use these interfaces to create preconditioners with MueLu. Options are passed to the adapters via
21  Teuchos::ParameterLists or XML input files. Applications can optionally provide nullspace vectors (if known)
22  and/or mesh coordinate vectors (for parallel rebalancing and auxiliary dropping).
23  Adapters are available for Epetra and Tpetra, and return Epetra_Operators and Tpetra::Operators, respectively.
24 */
25 
26 /*! @defgroup MueLuTimerClasses
27  @brief The MueLu timing classes
28 
29  You should use FactoryMonitor and SubFactoryMonitor within factories.
30  Use Monitor and SubMonitor in non-factory objects.
31 */
32 
33 /*! @defgroup MueMexClasses
34  @brief MueLu classes that support the Matlab interface.
35 
36  See the MueLu User's manual in muelu/doc/UsersGuide for information how to build and use MueLu's interface to Matlab.
37 */