Topic: Error estimator for mesh quality
In my simulations I continously deform the mesh. After a while the quality of the mesh starts to suffer and I figured it would be a good idea to write up some class for estimating such quality.
The ErrorEstimator seems like a suitable base for such a class.
It seems to be pretty straight forward. I'm leaning towards letting the element calculate the quality itself, or possible have some common meassurements in the error estimator, based on the geometry type.
I'm writing this thread in order to open up for some potential discussion on the implementation.