← Back to team overview

ffc team mailing list archive

vertexeval function

 

For evaluating functions at vertxes, FFC writes a function

void vertexeval(real values[], unsigned int vertex, const real x[],
const Mesh& mesh) const

Would there be a problem in changing "const real x[]" to "const
GenericVector x"? This would make it easier to represent a function
using different vector data structures.

Garth




Follow ups