Distributed parallel mesh generation

Hello everyone,

I’m fairly new to netgen/ngsolve so I apologize if this has already been asked.

Is it currently possible to generate a mesh in parallel? I’m interested in generating the mesh in a distributed way instead of doing so in a single rank and then distributing it, as discussed in the documentation.

Thanks in advance.

Best,
Filipe

No this is currently not supported.
Best

Thank you for the response. Do you know if there is any current effort or plan to add this feature?

As far as i know there is no current plan for this. Current strategy is mesh very coarse on main → distribute → refine in parallel

Best

I see. Once again, thanks!