Preconditioners built on ML.
More...
#include <ml.h>
Inherits Precond.
List of all members.
Detailed Description
Preconditioners built on ML.
Constructor & Destructor Documentation
| MlPrecond::MlPrecond |
( |
const char * |
type |
) |
|
- Parameters:
-
| [in] | type | - type of the preconditioner [ sa | dd ]
- sa = smooth aggregation
- dd = domain decomposition
|
| MlPrecond::~MlPrecond |
( |
|
) |
[virtual] |
Member Function Documentation
| void MlPrecond::compute |
( |
|
) |
[virtual] |
Compute the preconditioner.
Implements Precond.
| void MlPrecond::create |
( |
Matrix * |
mat |
) |
[virtual] |
| void MlPrecond::destroy |
( |
|
) |
[virtual] |
Destroy the preconditioner object.
Implements Precond.
| void MlPrecond::print_unused |
( |
|
) |
|
| void MlPrecond::set_param |
( |
const char * |
name, |
|
|
double |
value | |
|
) |
| | |
| void MlPrecond::set_param |
( |
const char * |
name, |
|
|
int |
value | |
|
) |
| | |
| void MlPrecond::set_param |
( |
const char * |
name, |
|
|
const char * |
value | |
|
) |
| | |
Friends And Related Function Documentation
Member Data Documentation
The documentation for this class was generated from the following files: