Hi,

I am having a problem when using the periodic BC together with the mesh
refinement. When one BC is set to refine, the other paired BC is not
allocated the new nodes as it should.

The strange thing is: The first time of the refinement is OK. But from the
second time the two paired BCs are become different.

Do I need to call any things after refinement step.

My current refine function is:

....
mesh_refinement.flag_elements_by_error_fraction (error_per_cell);
if( mesh_refinement.refine_and_coarsen_elements() )
     es.reinit ();
....

Thanks in advance,
/ Ming
------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
Libmesh-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to