> > > I am not sure what the exact problem is (it sounds like you may have > found a bug) but I can say that in the ParallelMesh, n_nodes() returns > a cached value that may become invalidated. You might need to use > parallel_n_nodes() instead. >
I'm using SerialMesh with one cpu. > > We know you have not done any coarsening, but have you done any > refinement in this Mesh? How was the Mesh initially created? It > would be helpful if you could provide a short sample code that > demonstrates the problem(s). Exact, I haven't done any coarsening but I have a lot of h refinement levels. The problem arise after some refinement steps. I'm running an INS solver on the lid-driven cavity problem, the mesh is generetad using MeshTools::Generation::build_square (). Unfortunately my application isn't a short sample code... Thanks Lorenzo ------------------------------------------------------------------------- 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
