← Back to team overview

dolfin team mailing list archive

Re: GenericFunction::compute_vertex_values

 

Sounds good. This is the same ordering returned by vertex_to_dof_map.

Johan

On 02/05/2013 08:33 PM, Garth N. Wells wrote:
> For mixed/vector-values functions,
> GenericFunction::compute_vertex_values(..) returns the values in a
> vector as
> 
>     [u0, u1, u2, u3, u4, . . . . . . , v0, v1, v2, v3, . . . , w0, w1,
> w2, w3, . . . .]
> 
> This isn't very convenient for post-processing, where the order is usually
> 
>     [u0, v0, w0, u1, v1, w1, u2, v2, w2, . . . un, vn, wn]
> 
> Any opinions on changing the ordering?
> 
> Garth
> 
> _______________________________________________
> Mailing list: https://launchpad.net/~dolfin
> Post to     : dolfin@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~dolfin
> More help   : https://help.launchpad.net/ListHelp
> 



References