lduSmoothers.C File Reference
Include dependency graph for lduSmoothers.C:

Go to the source code of this file.

Namespaces

namespace  Foam
 Namespace for OpenFOAM.
 

Macros

#define makeLduSmoothers(Type, DType, LUType)
 

Functions

 makeLduSmoother (TGaussSeidelSmoother, scalar, scalar, scalar)
 
 makeLduSymSmoother (TGaussSeidelSmoother, scalar, scalar, scalar)
 
 makeLduAsymSmoother (TGaussSeidelSmoother, scalar, scalar, scalar)
 
 makeLduSmoother (TGaussSeidelSmoother, vector, scalar, scalar)
 
 makeLduSymSmoother (TGaussSeidelSmoother, vector, scalar, scalar)
 
 makeLduAsymSmoother (TGaussSeidelSmoother, vector, scalar, scalar)
 
 makeLduSmoother (TGaussSeidelSmoother, sphericalTensor, scalar, scalar)
 
 makeLduSymSmoother (TGaussSeidelSmoother, sphericalTensor, scalar, scalar)
 
 makeLduAsymSmoother (TGaussSeidelSmoother, sphericalTensor, scalar, scalar)
 
 makeLduSmoother (TGaussSeidelSmoother, symmTensor, scalar, scalar)
 
 makeLduSymSmoother (TGaussSeidelSmoother, symmTensor, scalar, scalar)
 
 makeLduAsymSmoother (TGaussSeidelSmoother, symmTensor, scalar, scalar)
 
 makeLduSmoother (TGaussSeidelSmoother, tensor, scalar, scalar)
 
 makeLduSymSmoother (TGaussSeidelSmoother, tensor, scalar, scalar)
 
 makeLduAsymSmoother (TGaussSeidelSmoother, tensor, scalar, scalar)
 

Detailed Description

Original source file lduSmoothers.C

Definition in file lduSmoothers.C.

Macro Definition Documentation

◆ makeLduSmoothers

#define makeLduSmoothers (   Type,
  DType,
  LUType 
)
Value:
\
makeLduSmoother(TGaussSeidelSmoother, Type, DType, LUType); \
makeLduSymSmoother(TGaussSeidelSmoother, Type, DType, LUType); \
makeLduAsymSmoother(TGaussSeidelSmoother, Type, DType, LUType);

Definition at line 31 of file lduSmoothers.C.