Dear Peng,

The first few tutorial programs 
<https://www.dealii.org/8.5.0/doxygen/deal.II/Tutorial.html> demonstrate 
how to query basic information related to the mesh. The documentation for 
the triangulation 
<https://www.dealii.org/8.5.0/doxygen/deal.II/classTriangulation.html> 
class and also the GridTools namespace 
<https://www.dealii.org/8.5.0/doxygen/deal.II/namespaceGridTools.html> 
highlight some of the fundamental information that you can extract from the 
grid. Also, the accessor classes (e.g. CellAccessor 
<https://www.dealii.org/8.5.0/doxygen/deal.II/classCellAccessor.html>) 
document what information you can get from a cell and, for example, step-14 
<https://www.dealii.org/8.5.0/doxygen/deal.II/step_14.html> shows how to 
query a cell's neighbouring cells. 

I hope that this helps you.

Regards,
Jean-Paul

On Saturday, October 21, 2017 at 11:11:23 AM UTC+2, Peng Ding wrote:
>
> Dear  friends:
>       I want to use deal.II adaptive mesh capability for my FVM 
> computation.  Could you please tell me how to extract the grid 
> informations(node coordinates, cell neighbors) etc. 
> Regards
>

-- 
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