On 9/29/22 01:21, Rahul Gopalan Ramachandran wrote:
         Thank you Dr. Bangerth for this suggestion. As I am fairly new to 
object oriented programing, I did not think in this light. I have a related 
question.May I ask if there is a function in dealii to identify cells on the 
boundaries of subdomains?

There are a number of functions in namespace GridTools that can help with this. Specifically, the following come to mind:
  GridTools::compute_ghost_cell_halo_layer
  GridTools::exchange_cell_data_to_ghosts
  GridTools::compute_vertices_with_ghost_neighbors

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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/1510bd63-92ce-d74e-3365-acc7d9292848%40colostate.edu.

Reply via email to