Hi,

Regarding the distribution of indices for degrees of freedom it says in the
manual " Since the triangulation is traversed starting with the cells of
the coarsest active level and going to more refined levels, the lowest
numbers for dofs are given to the largest cells as well as their bounding
lines and vertices, with the dofs of more refined cells getting higher
numbers."

Now I generated one cell using GridGenerator::hyper_cube(triangulation) and
then did a global refinement to generate 8 cells using
triangulation.refine_global(1). After attaching the dofHandler object to
the triangulation and I printed the global indices and coordinates of
support points. *I expected that the new vertices which are created after
the global refinement will have higher numbers than the numbers
corresponding to corner vertices which are originally there in the coarsest
cell. But I noticed the numbering of vertices is different. *

Am I missing anything here? Is there anyway to get the new vertices of the
refined mesh numbered so that they have the higher numbers than the
vertices of the coarsest cell. I need this particular numbering to be
continued for further global refinements.

This particular numbering of vertices is useful for some internal research
we are doing.

Regards
Phani

-- 
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dealii+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to