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

specialization of preconditioner that uses CSysMatrix class More...

#include <matrix_structure.hpp>

Inheritance diagram for CLineletPreconditioner:
CPreconditioner

Public Member Functions

 CLineletPreconditioner (CSysMatrix &matrix_ref, CGeometry *geometry_ref, CConfig *config_ref)
 constructor of the class More...
 
 ~CLineletPreconditioner ()
 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

§ CLineletPreconditioner()

CLineletPreconditioner::CLineletPreconditioner ( CSysMatrix matrix_ref,
CGeometry geometry_ref,
CConfig config_ref 
)
inline

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 CLineletPreconditioner::operator() ( const CSysVector u,
CSysVector v 
) const
inlinevirtual

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 files: