Hi everybody!

I´m doing a loop over all degree of freedom of my RHS and I want to reach every 
vertex of my triangulation corresponding to the DOF.

I founded the TriaAccessor class which has a function vertex(i) (it returns a 
Point<dim>)
And I thought that I could access every vertex with 
TriaAccessor<3>::vertex(DOF/3) but unfortunately it doesn´t work.

In fact I want to check if the resulting moment is equal to zero.

Thanks

Victor.






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

Reply via email to