gaussLaplacianScheme.H File Reference
Include dependency graph for gaussLaplacianScheme.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  gaussLaplacianScheme< Type, GType >
 Basic second-order laplacian using face-gradients and Gauss' theorem. More...
 

Namespaces

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

Macros

#define defineFvmLaplacianScalarGamma(Type)
 

Detailed Description

Original source file gaussLaplacianScheme.H

Definition in file gaussLaplacianScheme.H.

Macro Definition Documentation

◆ defineFvmLaplacianScalarGamma

#define defineFvmLaplacianScalarGamma (   Type)
Value:
\
template<> \
tmp<fvMatrix<Type>> gaussLaplacianScheme<Type, scalar>::fvmLaplacian \
( \
const GeometricField<scalar, fvsPatchField, surfaceMesh>&, \
const GeometricField<Type, fvPatchField, volMesh>& \
); \
\
template<> \
tmp<GeometricField<Type, fvPatchField, volMesh>> \
gaussLaplacianScheme<Type, scalar>::fvcLaplacian \
( \
const GeometricField<scalar, fvsPatchField, surfaceMesh>&, \
const GeometricField<Type, fvPatchField, volMesh>& \
);

Definition at line 141 of file gaussLaplacianScheme.H.