Hello,

Is there an easy way of working out whether a particular vertex is on the 
boundary of the mesh?  You can check this for a particular cell  with

cell->at_boundary()

and with a face
cell->face(face)->at_boundary()

but I can't seem to find out how to do this for a particular vertex.  

Many thanks

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

Reply via email to