Thread Previous • Date Previous • Date Next • Thread Next |
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
Thread Previous • Date Previous • Date Next • Thread Next |