← Back to team overview

dolfin team mailing list archive

pointmap

 

In the old FFC output format, the function

  void pointmap(Point points[], unsigned int components[],
                const AffineMap& map) const

returns in components[] a degree of freedom identifier (e.g. 0 for u, 1 for v, 2 for p, etc) for each entry in the element tensor. How can we get this information with the new UFC format? (or how can we avoid requiring it?)

Garth


Follow ups