Re: [Libmesh-devel] Ghosted vectors

2009-04-14 Thread Tim Kroeger
Dear Roy, On Thu, 9 Apr 2009, Tim Kroeger wrote: On Thu, 9 Apr 2009, Roy Stogner wrote: Ugh, definitely. Although as an immediate start: do you have tracefiles turned on? No, I didn't. Actually, up to now, I didn't know this option exists. I have restarted it now with that option enabled,

[Libmesh-devel] LinearImplicitSystem::get_shell_matrix()

2009-04-14 Thread Tim Kroeger
Dear all, Sometimes it is useful to ask a system for its shell matrix. For this purpose, I added a function LinearImplicitSystem::get_shell_matrix() that returns a pointer to the current shell matrix (or NULL if there is no shell matrix). Would somebody please commit the attached patch? Be