FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

DILUGaussSeidelSmoother Class Reference

Combined DILU/GaussSeidel smoother for asymmetric matrices in which DILU smoothing is followed by GaussSeidel to ensure that any "spikes" created by the DILU sweeps are smoothed-out. More...

#include <OpenFOAM/DILUGaussSeidelSmoother.H>


Detailed Description

Combined DILU/GaussSeidel smoother for asymmetric matrices in which DILU smoothing is followed by GaussSeidel to ensure that any "spikes" created by the DILU sweeps are smoothed-out.

Source files

Definition at line 52 of file DILUGaussSeidelSmoother.H.

Inheritance diagram for DILUGaussSeidelSmoother:
Collaboration diagram for DILUGaussSeidelSmoother:

List of all members.

Public Member Functions

 TypeName ("DILUGaussSeidel")
 Runtime type information.
 DILUGaussSeidelSmoother (const word &fieldName, const lduMatrix &matrix, const FieldField< Field, scalar > &interfaceBouCoeffs, const FieldField< Field, scalar > &interfaceIntCoeffs, const lduInterfaceFieldPtrsList &interfaces)
 Construct from matrix components.
virtual void  smooth (scalarField &psi, const scalarField &Source, const direction cmpt, const label nSweeps) const
 Smooth the solution for a given number of sweeps.

Constructor & Destructor Documentation

DILUGaussSeidelSmoother ( const word &   fieldName,
const lduMatrix &   matrix,
const FieldField< Field, scalar > &   interfaceBouCoeffs,
const FieldField< Field, scalar > &   interfaceIntCoeffs,
const lduInterfaceFieldPtrsList &   interfaces  
)

Construct from matrix components.

Definition at line 43 of file DILUGaussSeidelSmoother.C.


Member Function Documentation

TypeName ( "DILUGaussSeidel"    )

Runtime type information.

void smooth ( scalarField &   psi,
const scalarField &   Source,
const direction   cmpt,
const label   nSweeps  
) const [virtual]

Smooth the solution for a given number of sweeps.

Implements lduMatrix::smoother.

Definition at line 81 of file DILUGaussSeidelSmoother.C.


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