35 #ifndef Function2Evaluate_H
36 #define Function2Evaluate_H
47 template<
class Type,
class GeoMesh>
50 GeometricField<Type, GeoMesh>& result,
51 const Function2<Type>&
func,
52 const GeometricField<Type, GeoMesh>&
x,
53 const GeometricField<Type, GeoMesh>&
y
56 template<
class Type,
class GeoMesh>
Run-time selectable function of two variables.
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, GeoMesh > &result, const Function1< Type > &func, const GeometricField< Type, GeoMesh > &x)