Go to the documentation of this file.
92 "laplacian(" + vf.name() +
')'
153 template<
class Type,
class GType>
179 template<
class Type,
class GType>
206 template<
class Type,
class GType>
218 vf.mesh().laplacianScheme(
name)
219 )().fvmLaplacian(gamma, vf);
223 template<
class Type,
class GType>
238 template<
class Type,
class GType>
250 "laplacian(" + gamma.name() +
',' + vf.name() +
')'
255 template<
class Type,
class GType>
271 template<
class Type,
class GType>
283 vf.mesh().laplacianScheme(
name)
284 )().fvmLaplacian(gamma, vf);
288 template<
class Type,
class GType>
303 template<
class Type,
class GType>
315 "laplacian(" + gamma.name() +
',' + vf.name() +
')'
320 template<
class Type,
class GType>
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
static tmp< laplacianScheme< Type, GType > > New(const fvMesh &mesh, Istream &schemeData)
Return a pointer to a new laplacianScheme created on freestore.
const dimensionSet dimless(0, 0, 0, 0, 0, 0, 0)
A class for handling words, derived from string.
A class for managing temporary objects.
const word & name() const
Return const reference to name.
A class representing the concept of 1 (scalar(1.0)) used to avoid unnecessary manipulations for objec...
Dimension set for the base types.
tmp< fvMatrix< Type > > laplacian(const GeometricField< Type, fvPatchField, volMesh > &vf, const word &name)
Generic dimensioned Type class.
Generic GeometricField class.
word name(const complex &)
Return a string representation of a complex.
A class representing the concept of 0 used to avoid unnecessary manipulations for objects that are kn...