* just the values in the suport
* points. All other elements
* must reimplement it.
+ *
+ * @warning This function will
+ * only be available in future
+ * versions. Right now, is
+ * implemented for a few elements
+ * and not tested.
*/
virtual void interpolate(std::vector<double>& local_dofs,
const std::vector<double>& values) const;
* interpolated. Maybe consider
* changing your data structures
* to use the next function.
+ *
+ * @warning This function will
+ * only be available in future
+ * versions. Right now, is
+ * implemented for a few elements
+ * and not tested.
*/
virtual void interpolate(std::vector<double>& local_dofs,
const std::vector<Vector<double> >& values,
* Interpolate a set of vector
* values, computed in the
* generalized support points.
+ *
+ * @warning This function will
+ * only be available in future
+ * versions. Right now, is
+ * implemented for a few elements
+ * and not tested.
*/
virtual void interpolate(
std::vector<double>& local_dofs,