Re: [Libmesh-users] Problems with installation of exodus ii on OS X 10.8

2013-05-31 Thread Kirk, Benjamin (JSC-EG311)
It's just kinda standard. Just like you can specify different c/c++ compilers and flags, you can do the same with f77/f90. -Ben On May 31, 2013, at 4:46 PM, "Subramanya Sadasiva" mailto:ssada...@purdue.edu>> wrote: Hi Ben, I did that , and things are building. Thanks! Is there a particular rea

Re: [Libmesh-users] Problems with installation of exodus ii on OS X 10.8

2013-05-31 Thread Subramanya Sadasiva
Hi Ben, I did that , and things are building. Thanks! Is there a particular reason to have F77 and F handled through separate compilers? Subramanya Subramanya G Sadasiva, Graduate Research Assistant, Hierarchical Design and Characterization Laboratory, School of Mechanical Engineering, Purdue Uni

[Libmesh-users] Problems with installation of exodus ii on OS X 10.8

2013-05-31 Thread Subramanya Sadasiva
Hi , I get the following error while trying to run make on the main git version. PPF77forbind/src/libdbg_la-addrwrap.lo ../../../../libtool: line 1122: no: command not found make[2]: *** [forbind/src/libdbg_la-addrwrap.lo] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all-recursive

Re: [Libmesh-users] Problems with installation of exodus ii on OS X 10.8

2013-05-31 Thread Kirk, Benjamin (JSC-EG311)
On May 31, 2013, at 4:25 PM, Subramanya Sadasiva wrote: > PPF77forbind/src/libdbg_la-addrwrap.lo > ../../../../libtool: line 1122: no: command not found > make[2]: *** [forbind/src/libdbg_la-addrwrap.lo] Error 1 > make[1]: *** [all-recursive] Error 1 > make: *** [all-recursive] Error 1 > >

Re: [Libmesh-users] mesh import

2013-05-31 Thread Manav Bhatia
On May 31, 2013, at 11:45 AM, Cody Permann wrote: > > > > On Fri, May 31, 2013 at 9:39 AM, Manav Bhatia wrote: > > > > > On May 31, 2013, at 11:27 AM, Cody Permann wrote: > > > The nice thing is that you can return to your big memory machine when you > > are through to perform visu

Re: [Libmesh-users] mesh import

2013-05-31 Thread Cody Permann
On Fri, May 31, 2013 at 9:39 AM, Manav Bhatia wrote: > > > > > On May 31, 2013, at 11:27 AM, Cody Permann wrote: > > > The nice thing is that you can return to your big memory machine when > you are through to perform visualization. Paraview and other viz packages > will automatically read all

Re: [Libmesh-users] mesh import

2013-05-31 Thread Roy Stogner
On Fri, 31 May 2013, Cody Permann wrote: > On Fri, May 31, 2013 at 9:08 AM, Manav Bhatia wrote: > >> Correct? Following the initial read, if I intend to re-partition the >> (ParallelMesh) mesh object with Parmetis and redistribute the elements, >> would the data-structure support it? > > I belie

Re: [Libmesh-users] mesh import

2013-05-31 Thread Manav Bhatia
On May 31, 2013, at 11:27 AM, Cody Permann wrote: > The nice thing is that you can return to your big memory machine when you are > through to perform visualization. Paraview and other viz packages will > automatically read all of the output files at once and piece the final result > into

Re: [Libmesh-users] mesh import

2013-05-31 Thread Cody Permann
On Fri, May 31, 2013 at 9:08 AM, Manav Bhatia wrote: > On Thu, May 30, 2013 at 5:50 PM, Kirk, Benjamin (JSC-EG311) < > benjamin.kir...@nasa.gov> wrote: > > > On May 30, 2013, at 4:44 PM, "Manav Bhatia" > wrote: > > > > > At this stage, should I attempt to read the .xdr file into my code with > >

Re: [Libmesh-users] mesh import

2013-05-31 Thread Manav Bhatia
On Thu, May 30, 2013 at 5:50 PM, Kirk, Benjamin (JSC-EG311) < benjamin.kir...@nasa.gov> wrote: > On May 30, 2013, at 4:44 PM, "Manav Bhatia" wrote: > > > At this stage, should I attempt to read the .xdr file into my code with > a ParallelMesh data structure? Would the mesh from this .xdr file be

Re: [Libmesh-users] block matrix implementation

2013-05-31 Thread lorenzo alessio botti
Thanks for the infos. I guess that the savings I was reporting were also due to the DofObjects refactoring. Do you store one DofObject per VariableGroup? I guess in my usage pattern one DofObject per element would be the most efficient strategy. Would it be hard to do such a thing? I think that to