Dear all,

I am creating a mesh using GridGenerator::hyper_shell. In this mesh, I want 
to divide the mesh into 
two distinct subdomains, radially. In order to do that, I need to refine 
the mesh at least once. Each 
of these cells carries an internal state that depends on its kind.

The issue I have is that, while improbable, in theory it is possible for 
GridRefinement::refine_and_coarsen_fixed_number 
<http://www.dealii.org/developer/doxygen/deal.II/namespaceGridRefinement.html#a48e5395381ed87155942a61a1edd134d>
 to 
merge these cells back, which 
would be a mistake. Is there a way either configure the triangulation to 
consider the once refined 
state the coarsest possible?

The other solution I see is to "manually" input the once-refined mesh and 
then use 
create_triangulation 
<https://www.dealii.org/8.4.1/doxygen/deal.II/classTriangulation.html#ab926104144af9f9f5ca8c0798308c68c>,
 
but that sounds cumbersome and error-prone.

Bests,
Lucas Campos

-- 
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 dealii+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to