[Libmesh-devel] Compiling libMesh taking a lot longer these days

2013-01-29 Thread Vikram Garg
I dont know if anybody has run into this issue, but doing a git pull and compiling libMesh seems to be taking a lot longer recently. It seems that the entire library is being compiled everytime I do a git pull. I am not sure, but I think this is because the configure file seems to change everytime

Re: [Libmesh-devel] Compiling libMesh taking a lot longer these days

2013-01-29 Thread Roy Stogner
On Tue, 29 Jan 2013, Vikram Garg wrote: > I dont know if anybody has run into this issue, but doing a git pull and > compiling libMesh seems > to be taking a lot longer recently. It seems that the entire library is being > compiled everytime > I do a git pull. I am not sure, but I think this is

Re: [Libmesh-devel] Compiling libMesh taking a lot longer these days

2013-01-29 Thread Vikram Garg
Ok, no problems then. I just wanted to make sure that it was indeed a genuine case of changes in the library, not some inefficiency with how my build system is set up. Thanks. On Tue, Jan 29, 2013 at 9:39 AM, Roy Stogner wrote: > > On Tue, 29 Jan 2013, Vikram Garg wrote: > > I dont know if anyb

Re: [Libmesh-devel] Compiling libMesh taking a lot longer these days

2013-01-29 Thread Roy Stogner
This discussion should probably stay on -devel, if only to make sure everyone has a chance to yell at me for making "sweeping changes" right before a release. On Tue, 29 Jan 2013, John Peterson wrote: > IMO I have found a couple of "legitimate" cases of variable shadowing. > See, for example, ar

Re: [Libmesh-devel] Compiling libMesh taking a lot longer these days

2013-01-29 Thread Kirk, Benjamin (JSC-EG311)
On Jan 29, 2013, at 10:10 AM, Roy Stogner wrote: > This discussion should probably stay on -devel, if only to make sure > everyone has a chance to yell at me for making "sweeping changes" > right before a release. I'm actually glad to see it - the shadowing stuff has always annoyed me when usin

[Libmesh-devel] build_extrusion

2013-01-29 Thread Cody Permann
So I'm finally getting around to replacing our mesh extruder class with the libMesh implementation. It's always nice to delete duplicate code :) In switching things over, I noticed that there were two things that our extruder class does that the implementation in libMesh does not. The first is t

Re: [Libmesh-devel] build_extrusion

2013-01-29 Thread Roy Stogner
On Tue, 29 Jan 2013, Cody Permann wrote: So I'm finally getting around to replacing our mesh extruder class with the libMesh implementation.  It's always nice to delete duplicate code :) In switching things over, I noticed that there were two things that our extruder class does that the imple

Re: [Libmesh-devel] build_extrusion

2013-01-29 Thread David Knezevic
Sounds great --- once this is in place, any chance you could add a mesh extrusion example to libMesh? David On 01/29/2013 02:36 PM, Cody Permann wrote: So I'm finally getting around to replacing our mesh extruder class with the libMesh implementation. It's always nice to delete duplicate c

[Libmesh-devel] Plates and shells

2013-01-29 Thread David Knezevic
Has anyone considered adding plate or shell elements to libMesh in the past (I vaguely recall a brief discussion of this on the list some time ago, but couldn't find it in the archive)? I'm planning to do some structural analysis problems based on plates and/or shells soon, and would like to ad

Re: [Libmesh-devel] Plates and shells

2013-01-29 Thread Paul T. Bauman
On Tue, Jan 29, 2013 at 3:45 PM, David Knezevic wrote: > Has anyone considered adding plate or shell elements to libMesh in the > past (I vaguely recall a brief discussion of this on the list some time > ago, but couldn't find it in the archive)? I'm planning to do some > structural analysis probl

Re: [Libmesh-devel] Plates and shells

2013-01-29 Thread Derek Gaston
On Tue, Jan 29, 2013 at 2:47 PM, Paul T. Bauman wrote: > I'm sure it's on everyones wish list, but the only discussion I recall is > that mixed-dimension problems are going to break. That is, if you want to > couple a shell element (2-D in 3-D space) with a 3-D element, there's a > fair number of

Re: [Libmesh-devel] Plates and shells

2013-01-29 Thread David Knezevic
On 01/29/2013 06:19 PM, Derek Gaston wrote: On Tue, Jan 29, 2013 at 2:47 PM, Paul T. Bauman > wrote: I'm sure it's on everyones wish list, but the only discussion I recall is that mixed-dimension problems are going to break. That is, if you want to couple