|
bool | apply_transformed (vector_type &c, const vector_type &d) |
|
| AssembledTransformingSmoother (SmartPtr< IAssemble< TAlgebra > > spAuxSystemAss, SmartPtr< ILinearIterator< vector_type > > spAuxSmoother, SmartPtr< IAssemble< TAlgebra > > spRightTrafoAss, SmartPtr< ILinearIterator< vector_type > > spRightTrafoSmoother=SPNULL) |
| constructor setting approximation space More...
|
|
SmartPtr< ILinearIterator< vector_type > > | clone () |
| Clone. More...
|
|
bool | init (SmartPtr< ILinearOperator< vector_type > > J, const vector_type &u) |
|
bool | init (SmartPtr< ILinearOperator< vector_type > > L) |
| Since we need grid information, linear operators are not supported... More...
|
|
virtual const char * | name () const |
| name More...
|
|
SmartPtr< ILinearOperator< vector_type > > | original_operator () |
|
virtual bool | supports_parallel () const |
| returns if parallel solving is supported More...
|
|
bool | transform_defect (vector_type &c, const vector_type &d) |
|
bool | untransform_correction (vector_type &c, const vector_type &d) |
|
virtual bool | apply (vector_type &c, const vector_type &d) |
| implementation of apply (final, non-CRTP) More...
|
|
bool | apply_transformed (vector_type &c, const vector_type &d) |
| map: dtilde -> ctilde (CRTP) More...
|
|
virtual bool | apply_update_defect (vector_type &c, vector_type &d) |
| implementation of apply (final, non-CRTP) More...
|
|
bool | init (SmartPtr< ILinearOperator< vector_type > > J, const vector_type &u) |
| implementation of init for non-linear (CRTP) More...
|
|
bool | init (SmartPtr< ILinearOperator< vector_type > > L) |
| implementation of init for linear (CRTP) More...
|
|
| ITransformingIteration () |
|
| ITransformingIteration (const ITransformingIteration &ti) |
|
SmartPtr< ILinearOperator< vector_type > > | original_operator () |
| original operator (CRTP) More...
|
|
bool | transform_defect (vector_type &c, const vector_type &d) |
| map: d -> dtilde (CRTP) More...
|
|
bool | untransform_correction (vector_type &c, const vector_type &d) |
| map: ctilde -> c (CRTP) More...
|
|
virtual std::string | config_string () const |
|
SmartPtr< IDamping< TAlgebra::vector_type, TAlgebra::vector_type > > | damping () |
| returns the scaling More...
|
|
| ILinearIterator () |
| constructor More...
|
|
| ILinearIterator (const ILinearIterator< TAlgebra::vector_type, TAlgebra::vector_type > &parent) |
| copy constructor More...
|
|
virtual bool | init (SmartPtr< ILinearOperator< TAlgebra::vector_type, TAlgebra::vector_type > > J, const TAlgebra::vector_type &u)=0 |
| initialize for operator J(u) and linearization point u More...
|
|
virtual bool | init (SmartPtr< ILinearOperator< TAlgebra::vector_type, TAlgebra::vector_type > > L)=0 |
| initialize for linear operator L More...
|
|
void | set_damp (number factor) |
| sets the damping to a constant factor More...
|
|
void | set_damp (SmartPtr< IDamping< TAlgebra::vector_type, TAlgebra::vector_type > > spScaling) |
| sets a scaling for the correction More...
|
|
virtual | ~ILinearIterator () |
| virtual destructor More...
|
|
SmartPtr< IDebugWriter< algebra_type > > | debug_writer () |
| returns the debug writer More...
|
|
ConstSmartPtr< IDebugWriter< algebra_type > > | debug_writer () const |
|
bool | debug_writer_valid () const |
| returns true if the debug writer is set More...
|
|
| DebugWritingObject () |
|
| DebugWritingObject (const DebugWritingObject< algebra_type > &parent) |
| clone constructor More...
|
|
| DebugWritingObject (SmartPtr< IDebugWriter< algebra_type > > spDebugWriter) |
|
virtual void | set_debug (SmartPtr< IDebugWriter< algebra_type > > spDebugWriter) |
| set debug writer More...
|
|
virtual | ~DebugWritingObject () |
| virtual destructor More...
|
|
virtual void | set_debug (SmartPtr< IVectorDebugWriter< vector_type > > spDebugWriter) |
| set debug writer More...
|
|
SmartPtr< IVectorDebugWriter< vector_type > > | vector_debug_writer () |
| returns the debug writer More...
|
|
ConstSmartPtr< IVectorDebugWriter< vector_type > > | vector_debug_writer () const |
|
bool | vector_debug_writer_valid () const |
| returns true if the debug writer is set More...
|
|
| VectorDebugWritingObject () |
|
| VectorDebugWritingObject (SmartPtr< IVectorDebugWriter< vector_type > > spDebugWriter) |
|
void | write_debug (const vector_type &vec, const char *filename) |
| writing debug output for a vector (if debug writer set) More...
|
|
virtual | ~VectorDebugWritingObject () |
| virtual destructor More...
|
|