Re: [Libmesh-users] Connection between a 2D and 3D mesh

2018-05-18 Thread Roy Stogner
On Thu, 17 May 2018, Viviana Palacio Betancur wrote: Thank you for your response! I was able to find the parent element. Is there a way I could obtain the nodal information as well? Elem::node_ref, node_ptr, or node_id will get you a reference to, pointer to, or id() of a node indexed by

Re: [Libmesh-users] Connection between a 2D and 3D mesh

2018-05-17 Thread Viviana Palacio Betancur
Thank you for your response! I was able to find the parent element. Is there a way I could obtain the nodal information as well? Viviana Palacio Betancur PhD Student | 2016 Cohort de Pablo Group Institute for Molecular Engineering University of Chicago On Thu, May 17, 2018 at 4:34 PM, John

Re: [Libmesh-users] Connection between a 2D and 3D mesh

2018-05-17 Thread John Peterson
On Thu, May 17, 2018 at 2:58 PM, Viviana Palacio Betancur < vpalac...@uchicago.edu> wrote: > Hello, > > Currently I'm working on calculating surface normals for a 3D mesh. The way > I have set up this is by extracting the surface mesh by using > mesh->get_boundary_info().sync(mesh_surf); > This