Hi, Folks --

I have a very simple adaptivity heuristic which I'd like to use to drive 
mesh generation --- I want to flag active elements for refinement if the 
maximum difference in a solution variable within that element is greater 
than some threshold, and to prevent children of inactive elements which 
satisfy this threshold from being coarsened.  All other elements would 
be flagged for coarsening.

Is there a straightforward way to do using MeshRefinement?  Or am I 
better off flagging elements "by hand"?

Thanks,

-- Boyce

------------------------------------------------------------------------------
_______________________________________________
Libmesh-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to