On 02/24/2017 04:15 AM, [email protected] wrote:

    In the file,I have set up user_indices for each grid cell, but when I use
GridIn to generate a mesh, there is no user indices that I have saved on each
grid cell. What should i do?

I don't actually see anything in the vtk file that would describe user indices. All I see are sections for points (vertices), cells, cell types, and a variable "rho". The latter is data defined *on a mesh*, and is ignored when reading the mesh.

So it's not clear to me what data you want to import. In general, though, we don't read user indices. We do read material_ids, however.

Best
 W.

--
------------------------------------------------------------------------
Wolfgang Bangerth          email:                 [email protected]
                           www: http://www.math.colostate.edu/~bangerth/

--
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to