← Back to team overview

dolfin team mailing list archive

Re: [FFC-dev] vertexeval function

 

There seems to be a problem in DenseVector.h:

../../../src/kernel/la/dolfin/DenseVector.h: In member function
'dolfin::real* dolfin::DenseVector::array()':
../../../src/kernel/la/dolfin/DenseVector.h:96: error: expected
unqualified-id before '=' token

/Anders


On Mon, May 29, 2006 at 07:10:23PM +0200, Garth N. Wells wrote:
> 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
> 
> 
> _______________________________________________
> FFC-dev mailing list
> FFC-dev@xxxxxxxxxx
> http://www.fenics.org/cgi-bin/mailman/listinfo/ffc-dev



Follow ups

References