Definition in file gaussLaplacianScheme.H.
#include "src/finiteVolume/finiteVolume/laplacianSchemes/laplacianScheme/laplacianScheme.H"
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 | |
namespace | Foam |
Namespace for OpenFOAM. | |
namespace | Foam::fv |
Namespace for finite-volume. | |
Defines | |
#define | defineFvmLaplacianScalarGamma(Type) |
#define defineFvmLaplacianScalarGamma | ( | Type ) |
\ template<> \ tmp<fvMatrix<Type> > gaussLaplacianScheme<Type, scalar>::fvmLaplacian \ ( \ const GeometricField<scalar, fvsPatchField, surfaceMesh>&, \ 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 142 of file gaussLaplacianScheme.H.