Foam::TGaussSeidelSmoother. More...
#include <TGaussSeidelSmoother.H>


Public Member Functions | |
| TypeName ("GaussSeidel") | |
| Runtime type information. | |
| TGaussSeidelSmoother (const word &fieldName, const LduMatrix< Type, DType, LUType > &matrix) | |
| Construct from components. | |
| virtual void | smooth (Field< Type > &psi, const label nSweeps) const |
| Smooth the solution for a given number of sweeps. | |
| Public Member Functions inherited from LduMatrix< Type, DType, LUType >::smoother | |
| virtual const word & | type () const =0 |
| Runtime type information. | |
| declareRunTimeSelectionTable (autoPtr, smoother, symMatrix,(const word &fieldName, const LduMatrix< Type, DType, LUType > &matrix),(fieldName, matrix)) | |
| declareRunTimeSelectionTable (autoPtr, smoother, asymMatrix,(const word &fieldName, const LduMatrix< Type, DType, LUType > &matrix),(fieldName, matrix)) | |
| smoother (const word &fieldName, const LduMatrix< Type, DType, LUType > &matrix) | |
| Construct for given field name and matrix. | |
| virtual | ~smoother ()=default |
| Destructor. | |
| const word & | fieldName () const noexcept |
| const LduMatrix< Type, DType, LUType > & | matrix () const noexcept |
Static Public Member Functions | |
| static void | smooth (const word &fieldName, Field< Type > &psi, const LduMatrix< Type, DType, LUType > &matrix, const Field< DType > &rD, const label nSweeps) |
| Smooth for the given number of sweeps. | |
| Static Public Member Functions inherited from LduMatrix< Type, DType, LUType >::smoother | |
| static autoPtr< smoother > | New (const word &fieldName, const LduMatrix< Type, DType, LUType > &matrix, const dictionary &smootherDict) |
| Return a new smoother. | |
Additional Inherited Members | |
| Protected Attributes inherited from LduMatrix< Type, DType, LUType >::smoother | |
| word | fieldName_ |
| const LduMatrix< Type, DType, LUType > & | matrix_ |
Definition at line 47 of file TGaussSeidelSmoother.H.
| TGaussSeidelSmoother | ( | const word & | fieldName, |
| const LduMatrix< Type, DType, LUType > & | matrix ) |
Construct from components.
Definition at line 27 of file TGaussSeidelSmoother.C.
References Foam::diag(), LduMatrix< Type, DType, LUType >::smoother::fieldName(), Foam::inv(), LduMatrix< Type, DType, LUType >::smoother::matrix(), and LduMatrix< Type, DType, LUType >::smoother::smoother().

| TypeName | ( | "GaussSeidel" | ) |
Runtime type information.
References LduMatrix< Type, DType, LUType >::smoother::fieldName(), LduMatrix< Type, DType, LUType >::smoother::matrix(), and psi.

|
static |
Smooth for the given number of sweeps.
Definition at line 54 of file TGaussSeidelSmoother.C.
References UList< T >::begin(), Foam::dot(), LduMatrix< Type, DType, LUType >::smoother::fieldName_, LduMatrix< Type, DType, LUType >::smoother::matrix_, UPstream::nRequests(), and psi.
Referenced by smooth().


|
virtual |
Smooth the solution for a given number of sweeps.
Implements LduMatrix< Type, DType, LUType >::smoother.
Definition at line 148 of file TGaussSeidelSmoother.C.
References LduMatrix< Type, DType, LUType >::smoother::fieldName_, LduMatrix< Type, DType, LUType >::smoother::matrix_, psi, and smooth().
