|
SU2
|
specialization of preconditioner that uses CSysMatrix class More...
#include <matrix_structure.hpp>
Public Member Functions | |
| CJacobiTransposedPreconditioner (CSysMatrix &matrix_ref, CGeometry *geometry_ref, CConfig *config_ref) | |
| constructor of the class More... | |
| ~CJacobiTransposedPreconditioner () | |
| destructor of the class | |
| void | operator() (const CSysVector &u, CSysVector &v) const |
| operator that defines the preconditioner operation More... | |
Public Member Functions inherited from CPreconditioner | |
| virtual | ~CPreconditioner ()=0 |
| class destructor | |
specialization of preconditioner that uses CSysMatrix class
| CJacobiTransposedPreconditioner::CJacobiTransposedPreconditioner | ( | CSysMatrix & | matrix_ref, |
| CGeometry * | geometry_ref, | ||
| CConfig * | config_ref | ||
| ) |
constructor of the class
| [in] | matrix_ref | - matrix reference that will be used to define the preconditioner |
| [in] | geometry_ref | - |
| [in] | config_ref | - |
|
virtual |
operator that defines the preconditioner operation
| [in] | u | - CSysVector that is being preconditioned |
| [out] | v | - CSysVector that is the result of the preconditioning |
Implements CPreconditioner.
1.8.12