Re: [Libmesh-devel] libmesh-0.7.2-rc1

2011-11-09 Thread Boyce Griffith
On 11/9/11 5:02 PM, Roy Stogner wrote: > > On Wed, 9 Nov 2011, Boyce Griffith wrote: > >> Not sure if this is really a bug that needs to be fixed > > It wasn't a correctness bug, but it was a potential efficiency bug. > See if my new tweak to the svn head fixes it? Seems to --- thanks! -- Boyce

Re: [Libmesh-devel] libmesh-0.7.2-rc1

2011-11-09 Thread Roy Stogner
On Wed, 9 Nov 2011, Boyce Griffith wrote: > Not sure if this is really a bug that needs to be fixed It wasn't a correctness bug, but it was a potential efficiency bug. See if my new tweak to the svn head fixes it? --- Roy -

Re: [Libmesh-devel] libmesh-0.7.2-rc1

2011-11-09 Thread Boyce Griffith
Not sure if this is really a bug that needs to be fixed, but with periodic boundary conditions, I have been tripping this warning: *** Warning, This code is deprecated, and likely to be removed in future library versions! src/mesh/mesh_base.C, line 297, compiled Nov 9 2011 at 14:40:13 *** I t

[Libmesh-devel] libmesh-0.7.2-rc1

2011-11-09 Thread Roy Stogner
There shouldn't be any more bugfixes outstanding, and the only feature outstanding is more efficient nodal_solution implementations, so I'm tagging a release candidate now. If anyone wants to help jump on the testing that would be great; assuming no major flubs I'll upload tarballs and announce t

Re: [Libmesh-devel] Ready for libMesh 0.7.2?

2011-11-09 Thread Truman Ellis
On 11/09/2011 11:33 AM, Roy Stogner wrote: > On Wed, 9 Nov 2011, Lorenzo Alessio Botti wrote: > >> I have this small patch to avoid inverse_map() in nodal_solution(...) and >> change the output of ex21 from gmv to ExodusII. > Looks good. > >> I applied the change only to MONOMIALS but it should wo

Re: [Libmesh-devel] Ready for libMesh 0.7.2?

2011-11-09 Thread Roy Stogner
On Wed, 9 Nov 2011, Lorenzo Alessio Botti wrote: > I have this small patch to avoid inverse_map() in nodal_solution(...) and > change the output of ex21 from gmv to ExodusII. Looks good. > I applied the change only to MONOMIALS but it should work with every > reference frame basis function. >

Re: [Libmesh-devel] Ready for libMesh 0.7.2?

2011-11-09 Thread Lorenzo Alessio Botti
Hi all, I have this small patch to avoid inverse_map() in nodal_solution(...) and change the output of ex21 from gmv to ExodusII. I applied the change only to MONOMIALS but it should work with every reference frame basis function. Tell me if you are interested and I'll do it. I also noticed that