On Thu, 25 Oct 2012, Derek Gaston wrote:
Hmmm - something is kind of weird here. It looks like you've left
in the prepare_for_use() argument to skip_renumber... but it doesn't
work. If I call prepare_for_use(true) I get renumbering.
I'm baffled... If skip_renumber_nodes_and_elements is passed in as
true, then
_skip_renumber_nodes_and_elements = _skip_renumber_nodes_and_elements ||
skip_renumber_nodes_and_elements;
makes the member variable true, and then
if(!_skip_renumber_nodes_and_elements)
this->renumber_nodes_and_elements();
shouldn't call the renumbering.
Assuming I'm not just missing something obvious, could you step
through in a debugger and see which step of that is failing?
---
Roy
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
Libmesh-devel mailing list
Libmesh-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-devel