Registry
|
LineVanka 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... | |
bool | init (SmartPtr< ILinearOperator > unnamed) |
LineVanka (SmartPtr< ApproximationSpace > Approximation_Space) | |
const char * | name () const |
void | set_damp (double damp) |
set the damping to a number More... | |
void | set_num_steps (size_t set_num_steps, size_t unnamed, size_t unnamed, size_t unnamed, size_t unnamed, size_t unnamed) |
void | set_relax (double relax) |
bool | update (size_t update) |
[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] | set_num_steps | |
[in] | unnamed | |
[in] | unnamed | |
[in] | unnamed | |
[in] | unnamed | |
[in] | unnamed |
References LineVanka< class, class >::set_num_steps().
|
inline |
[in] | relax |
References LineVanka< class, class >::set_relax().
|
inline |
[in] | update |
References LineVanka< class, class >::update().