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
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
-
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
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
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
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.
>
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