Re: [Libmesh-devel] [Libmesh-users] convergence rates

2008-11-30 Thread Tim Kroeger
Dear John/Roy/Ben, On Sat, 29 Nov 2008, John Peterson wrote: >> I wonder if we should just change the examples - there are a number of >> places in the library we loop over level-0 elements... The only point in >> *not* using them early in the examples is to introduce them as a new concept >> lat

Re: [Libmesh-devel] [Libmesh-users] convergence rates

2008-11-29 Thread John Peterson
On Sat, Nov 29, 2008 at 4:19 PM, Benjamin Kirk <[EMAIL PROTECTED]> wrote: > Roy's right, that's not the problem, but I think this is: MeshBase::const_element_iterator el = mesh.local_elements_begin(); >>> What happens if you change the loop to MeshB

Re: [Libmesh-devel] [Libmesh-users] convergence rates

2008-11-29 Thread Benjamin Kirk
>>> Roy's right, that's not the problem, but I think this is: >>> >>> MeshBase::const_element_iterator el = >>>mesh.local_elements_begin(); >> >>> What happens if you change the loop to >>> >>> MeshBase::const_element_iterator el = >>>mesh.active_local_elements_beg