Re: [Libmesh-devel] VariableGroup from Variable?

2016-08-09 Thread Roy Stogner
On Sun, 7 Aug 2016, Derek Gaston wrote: > Well - one thing that makes this worse is that > System::add_variables() (Note the "s") returns the variable ID of > the last variable added when you're adding a whole group (which is > crazy not useful). You could backtrack to get the other variables'

Re: [Libmesh-devel] VariableGroup from Variable?

2016-08-09 Thread Derek Gaston
Ok - How about I just add a function for now to return the group number given a variable number? That would at least let me get the information... Currently var_to_vg() is only on DofObjects and is private... Derek On Tue, Aug 9, 2016 at 7:05 PM Roy Stogner wrote: > > > On Sun, 7 Aug 2016, De

Re: [Libmesh-devel] VariableGroup from Variable?

2016-08-09 Thread Roy Stogner
On Tue, 9 Aug 2016, Derek Gaston wrote: Ok - How about I just add a function for now to return the group number given a variable number?  That would at least let me get the information... That would be my preference, yeah. --- Roy--