Daniel,
Thanks for your reply. I dont know how feasible it would be, but maybe you 
could move it to grid_tools.cc . It seems that even doxygen 
<http://www.dealii.org/developer/doxygen/deal.II/namespaceGridTools.html> 
does not pick up the source code as it does for all the other functions.

Thanks,
Pratik  

On Sunday, April 8, 2018 at 1:16:52 PM UTC+2, Daniel Arndt wrote:
>
> 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 dealii+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to