|
Registry
|
AgglomeratingPreconditioner. More...
Inheritance diagram for AgglomeratingPreconditioner:Public Member Functions | |
| AgglomeratingPreconditioner (SmartPtr< ILinearIterator > pPreconditioner) | |
| bool | apply (Vector *unnamed, const Vector *unnamed) |
| bool | apply_update_defect (Vector *unnamed, Vector *unnamed) |
| SmartPtr< ILinearIterator > | clone () |
| returns a clone of the object which can be modified independently More... | |
| std::string | config_string () const |
| string to display configuration of the linear iterator More... | |
| bool | init (SmartPtr< ILinearOperator > unnamed) |
| const char * | name () const |
| void | set_damp (double damp) |
| set the damping to a number More... | |
| AgglomeratingPreconditioner | ( | SmartPtr< ILinearIterator > | pPreconditioner | ) |
| [in] | pPreconditioner |
| [in] | unnamed | |
| [in] | unnamed |
References ILinearIterator< X, Y >::apply().
| [in] | unnamed | |
| [in] | unnamed |
References ILinearIterator< X, Y >::apply_update_defect().
|
inlineinherited |
returns a clone of the object which can be modified independently
References ILinearIterator< X, Y >::clone().
|
inlineinherited |
string to display configuration of the linear iterator
References ILinearIterator< X, Y >::config_string().
|
inlineinherited |
| [in] | unnamed |
References ILinearIterator< X, Y >::init().
|
inlineinherited |
References ILinearIterator< X, Y >::name().
|
inlineinherited |