Re: [Libmesh-devel] isEvaluable on DOFs?

2016-12-02 Thread Cody Permann
On Fri, Dec 2, 2016 at 8:35 AM Roy Stogner wrote: We maintain node_to_element maps in MOOSE. We're already paying for the time to construct that data structure. If you have that (or as you suggest, something similar) determining whether the node is evaluable is easy. Perhaps we should entertain m

Re: [Libmesh-devel] isEvaluable on DOFs?

2016-12-02 Thread Roy Stogner
On Thu, 1 Dec 2016, Cody Permann wrote: > I'm starting to use the new Elem::isEvaluable() method available in libMesh. > It seems like it would be handy to promote this method up to > DofObject though so it could be used with Node. If I understand correctly, a > node "should" be evaluable if it

Re: [Libmesh-devel] isEvaluable on DOFs?

2016-12-01 Thread Derek Gaston
Nodes don't know the elements they are attached to though... On Thu, Dec 1, 2016 at 6:48 PM Cody Permann wrote: > I'm starting to use the new Elem::isEvaluable() method available in > libMesh. It seems like it would be handy to promote this method up to > DofObject though so it could be used with