Re: [Libmesh-users] EquationsSystems with two systems; node iteration

2012-12-13 Thread Jens Lohne Eftang
On 12/13/2012 05:39 PM, Roy Stogner wrote: > > On Thu, 13 Dec 2012, John Peterson wrote: > >> On Thu, Dec 13, 2012 at 3:23 PM, Jens Lohne Eftang >> wrote: >>> So this turned out to be a rather humiliating error on my part. Sorry >>> about the spam but thanks at least for pointing me in the right

Re: [Libmesh-users] EquationsSystems with two systems; node iteration

2012-12-13 Thread Roy Stogner
On Thu, 13 Dec 2012, John Peterson wrote: > On Thu, Dec 13, 2012 at 3:23 PM, Jens Lohne Eftang wrote: >> So this turned out to be a rather humiliating error on my part. Sorry >> about the spam but thanks at least for pointing me in the right direction! > > Care to share any details in case it mi

Re: [Libmesh-users] EquationsSystems with two systems; node iteration

2012-12-13 Thread John Peterson
On Thu, Dec 13, 2012 at 3:23 PM, Jens Lohne Eftang wrote: > So this turned out to be a rather humiliating error on my part. Sorry > about the spam but thanks at least for pointing me in the right direction! Care to share any details in case it might be of use to others in future? -- John --

Re: [Libmesh-users] EquationsSystems with two systems; node iteration

2012-12-13 Thread Jens Lohne Eftang
So this turned out to be a rather humiliating error on my part. Sorry about the spam but thanks at least for pointing me in the right direction! Best, Jens On 12/13/2012 04:13 PM, Kirk, Benjamin (JSC-EG311) wrote: > On Dec 13, 2012, at 1:43 PM, John Peterson wrote: > >> On Thu, Dec 13, 2012 at

Re: [Libmesh-users] get_variable_order?

2012-12-13 Thread David Knezevic
On 12/13/2012 05:01 PM, Jens Lohne Eftang wrote: > On 12/13/2012 04:49 PM, Kirk, Benjamin (JSC-EG311) wrote: >> On Dec 13, 2012, at 3:45 PM, Jens Lohne Eftang wrote: >> >>> Is there a way to get the approximation order of a variable of a system? >>> I was looking for something like system.get_var

Re: [Libmesh-users] get_variable_order?

2012-12-13 Thread Jens Lohne Eftang
On 12/13/2012 04:49 PM, Kirk, Benjamin (JSC-EG311) wrote: > On Dec 13, 2012, at 3:45 PM, Jens Lohne Eftang wrote: > >> Is there a way to get the approximation order of a variable of a system? >> I was looking for something like system.get_variable_order(string >> var_name) …. > You can get the Var

Re: [Libmesh-users] get_variable_order?

2012-12-13 Thread Jens Lohne Eftang
On 12/13/2012 04:49 PM, Kirk, Benjamin (JSC-EG311) wrote: > On Dec 13, 2012, at 3:45 PM, Jens Lohne Eftang wrote: > >> Is there a way to get the approximation order of a variable of a system? >> I was looking for something like system.get_variable_order(string >> var_name) …. > You can get the Var

Re: [Libmesh-users] get_variable_order?

2012-12-13 Thread Kirk, Benjamin (JSC-EG311)
On Dec 13, 2012, at 3:45 PM, Jens Lohne Eftang wrote: > Is there a way to get the approximation order of a variable of a system? > I was looking for something like system.get_variable_order(string > var_name) …. You can get the Variable class associated with a variable number, and it knows th

[Libmesh-users] get_variable_order?

2012-12-13 Thread Jens Lohne Eftang
All, Is there a way to get the approximation order of a variable of a system? I was looking for something like system.get_variable_order(string var_name) Jens -- LogMeIn Rescue: Anywhere, Anytime Remote support fo

Re: [Libmesh-users] EquationsSystems with two systems; node iteration

2012-12-13 Thread Kirk, Benjamin (JSC-EG311)
On Dec 13, 2012, at 1:43 PM, John Peterson wrote: > On Thu, Dec 13, 2012 at 12:40 PM, Roy Stogner > wrote: >> >> On Thu, 13 Dec 2012, Jens Lohne Eftang wrote: >> >>> 2) The output of EquationSystems::print_info() after initialization >>> (after adding the second system) is listed below. It lo

Re: [Libmesh-users] EquationsSystems with two systems; node iteration

2012-12-13 Thread John Peterson
On Thu, Dec 13, 2012 at 12:40 PM, Roy Stogner wrote: > > On Thu, 13 Dec 2012, Jens Lohne Eftang wrote: > >> 2) The output of EquationSystems::print_info() after initialization >> (after adding the second system) is listed below. It looks sound to me. > > Wait one second: > >> EquationSystems >>

Re: [Libmesh-users] EquationsSystems with two systems; node iteration

2012-12-13 Thread Jens Lohne Eftang
On 12/13/2012 02:40 PM, Roy Stogner wrote: > > On Thu, 13 Dec 2012, Jens Lohne Eftang wrote: > >> 2) The output of EquationSystems::print_info() after initialization >> (after adding the second system) is listed below. It looks sound to me. > > Wait one second: > >> EquationSystems >> n_systems(

Re: [Libmesh-users] EquationsSystems with two systems; node iteration

2012-12-13 Thread Roy Stogner
On Thu, 13 Dec 2012, Jens Lohne Eftang wrote: > 2) The output of EquationSystems::print_info() after initialization > (after adding the second system) is listed below. It looks sound to me. Wait one second: > EquationSystems > n_systems()=2 >System #0, "io_system" ... > n_vectors()=2

Re: [Libmesh-users] EquationsSystems with two systems; node iteration

2012-12-13 Thread Jens Lohne Eftang
On 12/13/2012 12:11 PM, Kirk, Benjamin (JSC-EG311) wrote: > I created a unit test in the latest libMesh source tree, and for the buffers > you provide the code is behaving as expected. > https://github.com/libMesh/libmesh/pull/9 > > So the issue is not the new VariableGroups patch, which is consi

Re: [Libmesh-users] EquationsSystems with two systems; node iteration

2012-12-13 Thread Kirk, Benjamin (JSC-EG311)
On Dec 12, 2012, at 9:15 PM, Jens Lohne Eftang wrote: >> >> in your top-level directory and try that build - what happens? > I get the same behavior as with 6525. > > Thanks, > Jens Jens, I created a unit test in the latest libMesh source tree, and for the buffers you provide the code is beha

Re: [Libmesh-users] [Libmesh-devel] libMesh now on GitHub!

2012-12-13 Thread John Peterson
On Tue, Dec 11, 2012 at 4:10 PM, John Peterson wrote: This workflow is correct, but it isn't complete... > 1.) > 2.) git pull --rebase > 3.) git co master > 4.) git merge branch_name > 5.) git push In order for the pull --rebase request to work properly, you have to create the branch with the