Recently I've been studying the issue on parallel mesh generation. I wanted a related open-source library and study its parallel mesh generation implementing strategy. I found paramesh and libMesh.
I have worked on libMesh for several days, but I found that it seemed to generate mesh through the library triangle and tetGen. That is to say, libMesh doesn't implement mesh generation in parallel.
So now I am wondering if there is any good C++ or C (any other programming language is OK) library or software that implements parallel mesh generation. In addition, if you can introduce me some excellent papers related, I will be more grateful!