Re: [Libmesh-devel] Recent library changes causing issues

2011-03-21 Thread John Peterson
On Sat, Mar 19, 2011 at 4:58 AM, Vetter Roman wrote: > On Tue, Mar 8, 2011 at 5:01 PM, Cody Permann wrote: > >> I'm pretty sure "if (_snes)" is guaranteed to be false after a call to >> SNESDestroy, but I could be wrong about that... Vetter since you are >> the one actually using this functionali

Re: [Libmesh-devel] Recent library changes causing issues

2011-03-19 Thread Vetter Roman
On Tue, Mar 8, 2011 at 5:01 PM, Cody Permann wrote: > I'm pretty sure "if (_snes)" is guaranteed to be false after a call to > SNESDestroy, but I could be wrong about that... Vetter since you are > the one actually using this functionality could you please let me know > if it's still working OK fo

Re: [Libmesh-devel] Recent library changes causing issues

2011-03-18 Thread John Peterson
On Thu, Mar 17, 2011 at 6:16 AM, Vetter Roman wrote: >>> I've just checked in a change which will hopefully please both the >>> people who need to call this->clear() at the end of >>> PetscNonlinearSolver::solve and the people who want >>> PetscNonlinearSolver::print_converged_reason() to work.  

Re: [Libmesh-devel] Recent library changes causing issues

2011-03-17 Thread Vetter Roman
>> I've just checked in a change which will hopefully please both the >> people who need to call this->clear() at the end of >> PetscNonlinearSolver::solve and the people who want >> PetscNonlinearSolver::print_converged_reason() to work. The basic >> idea is just to store the SNESConvergedReason

Re: [Libmesh-devel] Recent library changes causing issues

2011-03-09 Thread Roy Stogner
On Wed, 9 Mar 2011, John Peterson wrote: On Wed, Mar 9, 2011 at 10:47 AM, Roy Stogner wrote: Okay, instead of this: --- if (!elem->old_dof_object || !elem->old_dof_object->has_dofs(system.number()))  continue; --- Try this: --- bool missing_old_dofs = !elem->old_dof_object || (elem->ha

Re: [Libmesh-devel] Recent library changes causing issues

2011-03-09 Thread John Peterson
On Wed, Mar 9, 2011 at 10:47 AM, Roy Stogner wrote: > > On Wed, 9 Mar 2011, John Peterson wrote: > >> I've just checked in a change which will hopefully please both the >> people who need to call this->clear() at the end of >> PetscNonlinearSolver::solve and the people who want >> PetscNonlinearSo

Re: [Libmesh-devel] Recent library changes causing issues

2011-03-09 Thread Roy Stogner
On Wed, 9 Mar 2011, John Peterson wrote: > I've just checked in a change which will hopefully please both the > people who need to call this->clear() at the end of > PetscNonlinearSolver::solve and the people who want > PetscNonlinearSolver::print_converged_reason() to work. The basic > idea is

Re: [Libmesh-devel] Recent library changes causing issues

2011-03-09 Thread John Peterson
On Tue, Mar 8, 2011 at 5:01 PM, Cody Permann wrote: > The mailing list has been very busy the last few weeks and the team here at > the INL has fallen a little bit behind on libMesh revisions.  It turns out > that a couple of the commits over the last week have caused us some issues. > > It appe

[Libmesh-devel] Recent library changes causing issues

2011-03-08 Thread Cody Permann
The mailing list has been very busy the last few weeks and the team here at the INL has fallen a little bit behind on libMesh revisions. It turns out that a couple of the commits over the last week have caused us some issues. It appears that a number of our regression tests are failing with th