Registry
|
Diagonal Vanka Preconditioner. More...
Public Member Functions | |
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... | |
DiagVanka () | |
bool | init (SmartPtr< ILinearOperator > unnamed) |
const char * | name () const |
void | set_damp (double damp) |
set the damping to a number More... | |
void | set_relax (double relax) |
DiagVanka | ( | ) |
[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 |
|
inline |
[in] | relax |
References DiagVanka< class >::set_relax().