---------- Forwarded message ---------- Date: Wed, 2 Apr 2008 09:13:28 -0500 (CDT) From: Roy Stogner <[EMAIL PROTECTED]> To: Lorenzo Botti <[EMAIL PROTECTED]> Cc: [email protected] Subject: Re: [Libmesh-users] Problems with write_serialized_blocked_dof_objects() and subactive elements
On Wed, 2 Apr 2008, Lorenzo Botti wrote: > Sorry the previous message was a bit wrong... > > I have a problem with System::write_serialized_blocked_dof_objects(...). > When the mesh has subactive node ids written_length doesn't match > vec_length and so I write wrong solution and vectors. > I have some questions. > Can a non coarsened mesh have subactive elements or subactive node ids? No. > Can a mesh have subactive elements or subactive node ids after a call to > EquationSystems::reinit (...) where we use call > this->get_mesh().contract() ? It's not supposed to. If you're seeing different behavior, let us know. --- Roy ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
