SU2
Public Member Functions | List of all members
CJacobiTransposedPreconditioner Class Reference

specialization of preconditioner that uses CSysMatrix class More...

#include <matrix_structure.hpp>

Inheritance diagram for CJacobiTransposedPreconditioner:
CPreconditioner

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
 

Detailed Description

specialization of preconditioner that uses CSysMatrix class

Constructor & Destructor Documentation

§ CJacobiTransposedPreconditioner()

CJacobiTransposedPreconditioner::CJacobiTransposedPreconditioner ( CSysMatrix matrix_ref,
CGeometry geometry_ref,
CConfig config_ref 
)

constructor of the class

Parameters
[in]matrix_ref- matrix reference that will be used to define the preconditioner
[in]geometry_ref-
[in]config_ref-

Member Function Documentation

§ operator()()

void CJacobiTransposedPreconditioner::operator() ( const CSysVector u,
CSysVector v 
) const
virtual

operator that defines the preconditioner operation

Parameters
[in]u- CSysVector that is being preconditioned
[out]v- CSysVector that is the result of the preconditioning

Implements CPreconditioner.


The documentation for this class was generated from the following file: