Hello Ted,

at this stage I would propose to use TriaAccessor::vertex_index. Thus, you loop over all vertices of the cell and fill the array cell_vertices entry-by-entry.

Best Regards,
Markus



On 05.08.2012 13:51, Ted Kord wrote:
Hello Markus

Ah, you're right. I was trying to obtain the connectivity numbering of the vertices on the cell. Having said that, how do I get this information for each cell?

Many thanks

TK


On 5 August 2012 12:33, Markus Bürg <[email protected] <mailto:[email protected]>> wrote:

    Hello Ted,

    I do not quite understand what you are trying to do here:

                        cell->get_dof_indices( local_dof_indices );
                        cell_vertices.push_back( local_dof_indices );

    The dof indices do not have to anything with the vertices of the
    cell, isn't it?

    Best Regards,
    Markus
    _______________________________________________
    dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii




--
Best regards,

Theodore


.

_______________________________________________
dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii

Reply via email to