← Back to team overview

dolfin team mailing list archive

Runtime error upon call to ufc::finite_element.evaluate_basis_all

 

While trying to fix an eval function for the DiscreteFunction class I
tried out the evaluate_basis_all function to obtain the values of the
basis functions of an element in a given point.
But when calling that function I get the following runtime error:
RuntimeError: The vectorised version of evaluate_basis() is not yet
implemented.

This is probably expected - Dag gave me a hint for this function so
thought it would work ?

Kristen


Follow ups