Pratik,

I was looking for how the function GridTools::exchange_cell_data_to_ghosts  
> works. I can find the function declaration here 
> <https://github.com/dealii/dealii/blob/1cb526824ab4bbbca3337a11f85c78f8c63f1def/include/deal.II/grid/grid_tools.h>
>  
> (line 2392). But I cannot seem to find the function definition. I would 
> have guessed it to be here 
> <https://github.com/dealii/dealii/blob/1cb526824ab4bbbca3337a11f85c78f8c63f1def/source/grid/grid_tools.cc>.
>  
> But even a search 
> <https://github.com/dealii/dealii/search?q=exchange_cell_data_to_ghosts&type=Code>
>  
> of the repository does not give me the information. Have I misunderstood 
> something here ? 
>
You can find the definition in grid_tools.h, too. It is at (currently) at 
line 3246.
https://github.com/dealii/dealii/blob/1cb526824ab4bbbca3337a11f85c78f8c63f1def/include/deal.II/grid/grid_tools.h#L3246

Best,
Daniel

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