Go to the documentation of this file.
20 #ifndef LIBMESH_RB_PARAMETRIZED_FUNCTION_H
21 #define LIBMESH_RB_PARAMETRIZED_FUNCTION_H
25 #include "libmesh/libmesh_common.h"
58 const Elem &) {
return 0.; }
63 #endif // LIBMESH_RB_PARAMETRIZED_FUNCTION_H
The libMesh namespace provides an interface to certain functionality in the library.
This class is part of the rbOOmit framework.
virtual Number evaluate(const RBParameters &, const Point &, const Elem &)
Evaluate this parametrized function for the parameter value mu at the point p.
virtual ~RBParametrizedFunction()
Virtual evaluate() gives us a vtable, so there's no cost in adding a virtual destructor for safety's ...
A Point defines a location in LIBMESH_DIM dimensional Real space.
A simple functor class that provides a RBParameter-dependent function.
This is the base class from which all geometric element types are derived.