Classes | Namespaces | Macros
laplacianScheme.H File Reference
Include dependency graph for laplacianScheme.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  fvMatrix< Type >
 A special matrix type and solver, designed for finite volume solutions of scalar equations. Face addressing is used to make all matrix assembly and solution loops vectorise. More...
 
class  laplacianScheme< Type, GType >
 Abstract base class for laplacian schemes. More...
 

Namespaces

 Foam
 Namespace for OpenFOAM.
 
 Foam::fv
 Namespace for finite-volume.
 

Macros

#define makeFvLaplacianTypeScheme(SS, GType, Type)
 
#define makeFvLaplacianScheme(SS)
 

Detailed Description

Original source file laplacianScheme.H

Definition in file laplacianScheme.H.

Macro Definition Documentation

#define makeFvLaplacianTypeScheme (   SS,
  GType,
  Type 
)
Value:
typedef Foam::fv::SS<Foam::Type, Foam::GType> SS##Type##GType; \
\
namespace Foam \
{ \
namespace fv \
{ \
typedef SS<Type, GType> SS##Type##GType; \
\
laplacianScheme<Type, GType>:: \
addIstreamConstructorToTable<SS<Type, GType>> \
add##SS##Type##GType##IstreamConstructorToTable_; \
} \
}
labelList fv(nPoints)
#define defineNamedTemplateTypeNameAndDebug(Type, DebugSwitch)
Define the typeName and debug information for templates.
Definition: className.H:134
void add(FieldField< Field1, typename typeOfSum< Type1, Type2 >::type > &f, const FieldField< Field1, Type1 > &f1, const FieldField< Field2, Type2 > &f2)
Namespace for OpenFOAM.

Definition at line 215 of file laplacianScheme.H.

#define makeFvLaplacianScheme (   SS)
Value:
makeFvLaplacianTypeScheme(SS, scalar, scalar) \
Vector< scalar > vector
A scalar version of the templated Vector.
Definition: vector.H:49
#define makeFvLaplacianTypeScheme(SS, GType, Type)
SymmTensor< scalar > symmTensor
SymmTensor of scalars.
Definition: symmTensor.H:48
SphericalTensor< scalar > sphericalTensor
SphericalTensor of scalars.
Tensor< scalar > tensor
Tensor of scalars.
Definition: tensor.H:51

Definition at line 232 of file laplacianScheme.H.