35 #ifndef GeometricScalarField_H
36 #define GeometricScalarField_H
41 #define TEMPLATE template<template<class> class PatchField, class GeoMesh>
51 template<
template<
class>
class PatchField,
class GeoMesh>
54 GeometricField<scalar, PatchField, GeoMesh>&,
55 const GeometricField<scalar, PatchField, GeoMesh>&,
56 const dimensioned<scalar>&
59 template<
template<
class>
class PatchField,
class GeoMesh>
60 tmp<GeometricField<scalar, PatchField, GeoMesh> >
stabilise
62 const GeometricField<scalar, PatchField, GeoMesh>&,
63 const dimensioned<scalar>&
66 template<
template<
class>
class PatchField,
class GeoMesh>
67 tmp<GeometricField<scalar, PatchField, GeoMesh> >
stabilise
69 const tmp<GeometricField<scalar, PatchField, GeoMesh> >&,
70 const dimensioned<scalar>&
125 #define BesselFunc(func) \
127 template<template<class> class PatchField, class GeoMesh> \
130 GeometricField<scalar, PatchField, GeoMesh>& Res, \
132 const GeometricField<scalar, PatchField, GeoMesh>& sf \
135 template<template<class> class PatchField, class GeoMesh> \
136 tmp<GeometricField<scalar, PatchField, GeoMesh> > func \
139 const GeometricField<scalar, PatchField, GeoMesh>& \
142 template<template<class> class PatchField, class GeoMesh> \
143 tmp<GeometricField<scalar, PatchField, GeoMesh> > func \
146 const tmp<GeometricField<scalar, PatchField, GeoMesh> >& \