35 #ifndef Function2Evaluate_H
36 #define Function2Evaluate_H
47 template<
class Type,
template<
class>
class PatchField,
class GeoMesh>
50 GeometricField<Type, PatchField, GeoMesh>& result,
51 const Function2<Type>&
func,
52 const GeometricField<Type, PatchField, GeoMesh>&
x,
53 const GeometricField<Type, PatchField, GeoMesh>&
y
56 template<
class Type,
template<
class>
class PatchField,
class GeoMesh>
Run-time selectable function of two variables.
Generic mesh wrapper used by volMesh, surfaceMesh, pointMesh etc.
Generic GeometricField class.
Dimension set for the base types.
A class for managing temporary objects.
void func(FieldField< Field, Type > &f, const FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
void evaluate(GeometricField< Type, PatchField, GeoMesh > &result, const Function1< Type > &func, const GeometricField< Type, PatchField, GeoMesh > &x)