Hi all,
I am trying to mesh a complex geometry by first creating a triangulation of 
the bounding box of the geometry and then successively refining the cells 
that are within the geometry.  I use a hp::FECollection to assign  
FE_Nothing<DIM>() 
to cells that are outside the boundary and FE_Q<DIM>(1) to cells inside the 
geometry. Please see the attached figure, which shows only FE_Q cells. 
A limitation that I am facing is I cannot use an anisotropic refinement 
case because make_hanging_node_constraints does not support 
hp::FECollection. 
Is there a plan for relaxing this limitation in the future? Is there any 
other way to do this?
I want to keep the axis-aligned nature of cells that are generated this 
way. It is an additive manufacturing application. Therefore, using an 
external tet mesh generator is not a good option for me. 
Thanks,
Kaushik 

-- 
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/3cd958f2-a479-49d7-8d53-6367c46bef21n%40googlegroups.com.

Reply via email to