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
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
Bests,
Lucas Campos