Classes | |
| class | ML_Epetra::CrsGraphWrapper |
| ML_Epetra::CrsGraphWrapper: a class to wrap an Epetra_CrsGraph as Epetra_RowMatrix. More... | |
| class | ML_Epetra::Ifpack_ML |
| Wraps an ML preconditioner as an Ifpack_Preconditioner. More... | |
| class | ML_Epetra::MultiLevelOperator |
| MultiLevelOperator: An implementation of the Epetra_Operator class. More... | |
| class | ML_Epetra::MultiLevelPreconditioner |
| MultiLevelPreconditioner: a class to define black-box multilevel preconditioners using aggregation methods. More... | |
| class | ML_Epetra::RowMatrix |
| Basic wrapper from ML_Operator to Epetra_RowMatrix. More... | |
| class | ML_Epetra::MatrixFreePreconditioner |
| MatrixFreePreconditioner: a class to define preconditioners for Epetra_Operator's. More... | |
Functions | |
| int | SetDefaults (string ProblemType, Teuchos::ParameterList &List, int *options=0, double *params=0, const bool Overwrite=true) |
| Sets default parameters for aggregation-based multigrid preconditioners. | |
| int | SetDefaultsDD (Teuchos::ParameterList &List, int *options=0, double *params=0, const bool Overwrite=true) |
| Sets default parameters for aggregation-based 2-level domain decomposition preconditioners. | |
| int | SetDefaultsDD_LU (Teuchos::ParameterList &List, int *options=0, double *params=0, const bool Overwrite=true) |
| Sets default parameters for aggregation-based 2-level domain decomposition preconditioners, using LU on each subdomain. | |
| int | SetDefaultsDD_3Levels (Teuchos::ParameterList &List, int *options=0, double *params=0, const bool Overwrite=true) |
| Sets default parameters for aggregation-based 3-level domain decomposition preconditioners. | |
| int | SetDefaultsDD_3Levels_LU (Teuchos::ParameterList &List, int *options=0, double *params=0, const bool Overwrite=true) |
| Sets default parameters for aggregation-based 3-level domain decomposition preconditioners with LU. | |
| int | SetDefaultsMaxwell (Teuchos::ParameterList &List, int *options=0, double *params=0, const bool Overwrite=true) |
| Sets default parameters for Maxwell's equations. | |
| int | SetDefaultsSA (Teuchos::ParameterList &List, int *options=0, double *params=0, const bool Overwrite=true) |
| Sets classical smoothed aggregation. | |
|
||||||||||||||||||||||||
|
Sets default parameters for aggregation-based multigrid preconditioners. This function, defined in the namespace ML_Epetra, can be used to set appropriate default values in a user-provided Teuchos::ParameterList for different problem types.
|
|
||||||||||||||||||||
|
Sets default parameters for aggregation-based 2-level domain decomposition preconditioners. Sets the following default values for "DD":
|
|
||||||||||||||||||||
|
Sets default parameters for aggregation-based 3-level domain decomposition preconditioners. Sets the following default values for "DD"
|
|
||||||||||||||||||||
|
Sets default parameters for aggregation-based 3-level domain decomposition preconditioners with LU. As for SetDefaultsDD_3Levels, but with LU factorizations on each subdomain for each level |
|
||||||||||||||||||||
|
Sets default parameters for aggregation-based 2-level domain decomposition preconditioners, using LU on each subdomain. As for SetDefaultsDD(), but used exact LU decompositions on each subdomains. |
|
||||||||||||||||||||
|
Sets default parameters for Maxwell's equations. Set values for Maxwell:
|
|
||||||||||||||||||||
|
Sets classical smoothed aggregation. Set default values for classical smoothed aggregation:
|
1.3.9.1