Hi Chen,

Is the DoFTools::extract_boundary_dofs() 
<https://www.dealii.org/current/doxygen/deal.II/namespaceDoFTools.html#a06b3c33925c1a1f15de20deda20b4d21>
 function perhaps what you’re looking for?

Best,
Jean-Paul

> On 23. Jun 2021, at 10:08, Chen R <[email protected]> wrote:
> 
> Hi all,
> 
> So I am trying to use dealii together with our own geometric modeling 
> environment to do different FE calculations on.
> 
> I am transferring our geometry into the Triangulation object based on the way 
> that the read_msh function does.
> 
> The problem is that I want to keep track of boundary nodes so as later, after 
> calculating some solution to a problem (for example an elasticity problem on 
> the object) I want to only show graphically the changes on the boundaries of 
> the geometry as, for example through some color map, those are the only parts 
> of the geometry that are shown. 
> 
> I know the Triangulation object has some property of boundary IDs that can be 
> used but how exactly to use it I'm not sure?
> 
> Thank you,
> Chen
> 
> -- 
> The deal.II project is located at http://www.dealii.org/ 
> <http://www.dealii.org/>
> For mailing list/forum options, see 
> https://groups.google.com/d/forum/dealii?hl=en 
> <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] 
> <mailto:[email protected]>.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/dealii/082fc358-393f-4bee-bd66-13bcd5548326n%40googlegroups.com
>  
> <https://groups.google.com/d/msgid/dealii/082fc358-393f-4bee-bd66-13bcd5548326n%40googlegroups.com?utm_medium=email&utm_source=footer>.

-- 
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/A8D76801-B46F-42F9-8421-CF57C4269769%40gmail.com.

Reply via email to