On Fri, 27 Feb 2015, [email protected] wrote:

> I use parallel mesh with --enable-parmesh.
> And I want to apply adaptive mesh refinement by calling
> mesh_refinement.refine_and_coarsen_elements();

Well, you do have to flag some elements first.

> However, the program just pends there.
>
> I wonder whether  adaptive mesh refinement works fine with parallel mesh?

In theory, yes.  In practice, although we've got lots of
AMR+ParallelMesh regression tests, it's entirely possible that you've
hit some weird corner case that isn't working.

The usual debugging rules apply: run in devel or dbg mode so you can
see what's going on, attach gdb to see where you are, etc.
---
Roy

------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Libmesh-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to