Re: [Libmesh-users] Neighbors of element

2020-10-23 Thread Roy Stogner
On Wed, 21 Oct 2020, John Peterson wrote: On Wed, Oct 21, 2020 at 12:39 PM Laura Scarabosio < [email protected]> wrote: I would like to find the neighbors of a mesh element including those that share a vertex only with that element, not only those that share an edge with the element

Re: [Libmesh-users] Neighbors of element

2020-10-21 Thread John Peterson
On Wed, Oct 21, 2020 at 12:39 PM Laura Scarabosio < [email protected]> wrote: > Hi, > > I would like to find the neighbors of a mesh element including those that > share a vertex only with that element, not only those that share an edge > with the element (so the method neighbor_ptr does

[Libmesh-users] Neighbors of element

2020-10-21 Thread Laura Scarabosio
Hi, I would like to find the neighbors of a mesh element including those that share a vertex only with that element, not only those that share an edge with the element (so the method neighbor_ptr does not help). Is there a way to do this? Thank you. Best regards, Laura.