Loading...
Searching...
No Matches
fusedGaussLaplacianScheme.H File Reference
Include dependency graph for fusedGaussLaplacianScheme.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  fusedGaussLaplacianScheme< Type, GType >

Namespaces

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

Macros

#define defineFvmLaplacianScalarGamma(Type)

Detailed Description

Original source file fusedGaussLaplacianScheme.H

Definition in file fusedGaussLaplacianScheme.H.

Macro Definition Documentation

◆ defineFvmLaplacianScalarGamma

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

Definition at line 203 of file fusedGaussLaplacianScheme.H.