Re: [Libmesh-users] Strange System::point_value behavior

2013-12-10 Thread Andrew Davis
Excellent! that seems to have fixed the problem! Thanks! Andy On Tue, Dec 10, 2013 at 11:41 AM, Roy Stogner wrote: > > On Tue, 10 Dec 2013, Andrew Davis wrote: > > Does anyone know what I am doing wrong? >> > > Assuming you're doing something wrong was wrong. You just caught a > bug in our sy

Re: [Libmesh-users] Strange System::point_value behavior

2013-12-10 Thread Roy Stogner
On Tue, 10 Dec 2013, Andrew Davis wrote: > Does anyone know what I am doing wrong? Assuming you're doing something wrong was wrong. You just caught a bug in our system.C. I've committed a fix to our git master. If you're using a release libMesh and don't want to upgrade or wait for a backport

Re: [Libmesh-users] Strange System::point_value behavior

2013-12-10 Thread John Peterson
On Tue, Dec 10, 2013 at 8:25 AM, Andrew Davis wrote: > Hi all, > > I'm observing some strange behavior using the > System::point_valuefunction. I have a system of two variables (say > "u" and "v"), each added > using the function > > system.add_variable(name, libMeshEnums::Order); > > if they hav

[Libmesh-users] Strange System::point_value behavior

2013-12-10 Thread Andrew Davis
Hi all, I'm observing some strange behavior using the System::point_valuefunction. I have a system of two variables (say "u" and "v"), each added using the function system.add_variable(name, libMeshEnums::Order); if they have the same libMesh::Enums::Order, there is no problem. However, if the