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 loca
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 Peters
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 gi
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 gives me a 2D mesh that I can use for calculating element normals.
However, I haven't been able to establ