Classes | |
| 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 |
Functions | |
| int | SetDefaults (string ProblemType, Teuchos::ParameterList &List, int *options=0, double *params=0) |
| Sets default parameters for aggregation-based 2-level domain decomposition preconditioners. | |
| int | SetDefaultsDD (Teuchos::ParameterList &List, int *options=0, double *params=0) |
| Sets default parameters for aggregation-based 2-level domain decomposition preconditioners. | |
| int | SetDefaultsDD_LU (Teuchos::ParameterList &List, int *options=0, double *params=0) |
| 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) |
| Sets default parameters for aggregation-based 3-level domain decomposition preconditioners. | |
| int | SetDefaultsDD_3Levels_LU (Teuchos::ParameterList &List, int *options=0, double *params=0) |
| Sets default parameters for aggregation-based 3-level domain decomposition preconditioners with LU. | |
| int | SetDefaultsMaxwell (Teuchos::ParameterList &List, int *options=0, double *params=0) |
| Sets default parameters for Maxwell's equations. | |
| int | SetDefaultsSA (Teuchos::ParameterList &List, int *options=0, double *params=0) |
| Sets classical smoothed aggregation. | |
| int | SetParameters (int argc, char *argv[], Teuchos::ParameterList &List) |
| Sets parameters in the given list from the command line. | |
|
||||||||||||||||||||
|
Sets default parameters for aggregation-based 2-level domain decomposition preconditioners. This function, defined in the namespace ML_Epetra, can be used to set default values in a user's defined Teuchos::ParameterList.
|
|
||||||||||||||||
|
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