[Libmesh-devel] Embedding matrices in cells.

2010-09-30 Thread Vijay S. Mahadevan
Hi all, I am working on system that requires me to start with a 4th order element since the mesh for the domain is prescribed from an external source. Now, since libMesh does not have 4th order lagrangian elements and since I'm lazy to learn a new package (and since I'm constrained in time), I dec

Re: [Libmesh-devel] Time for 0.6.5 release?

2010-09-30 Thread Roy Stogner
On Thu, 30 Sep 2010, David Andrs wrote: > Roy Stogner wrote on 09/30/2010 11:27:03 AM: > > > > > On Wed, 29 Sep 2010, David Andrs wrote: > > > > > Cody and I prepared a patch for compiler.m4 file which should > > address the build issues with native Apple compilers. It should not > > interfere

Re: [Libmesh-devel] Time for 0.6.5 release?

2010-09-30 Thread David Andrs
Roy Stogner wrote on 09/30/2010 11:27:03 AM: > > On Wed, 29 Sep 2010, David Andrs wrote: > > > Cody and I prepared a patch for compiler.m4 file which should > address the build issues with native Apple compilers. It should not interfere > > with other build systems (see the attachment). > >

Re: [Libmesh-devel] Time for 0.6.5 release?

2010-09-30 Thread Roy Stogner
On Wed, 29 Sep 2010, David Andrs wrote: > Cody and I prepared a patch for compiler.m4 file which should address the > build issues with native Apple compilers. It should not interfere > with other build systems (see the attachment). This looks good and works fine for me; go ahead and commit. --