Hi,
I am trying to implement a problem with refinement of the mesh (2D) based on some local error estimation. The refinement is done by adding nodes and edges into some elements (they are selected thanks to the local error estimator) of the current mesh and to do so I am using the command “splitmesh”. However, in this way one can obtain stretched elements.
Is there an option for splitmesh which allows to obtain more regular meshes? (For example, deleting edges/nodes or adding more edges/nodes)
Thank you in advance
Ilaria