This is a read only copy of the old FEniCS QA forum. Please visit the new QA forum to ask questions

Modifying mesh by edge swapping

0 votes

Hello

Are there any builtin functions to improve mesh quality by edge swapping in 2d ?

If not, how can I implement edge swapping ?

Thanks
praveen

asked Jun 22, 2016 by praveen FEniCS User (2,760 points)

1 Answer

0 votes

You might want to take a look at the pragmatic toolkit, https://github.com/meshadaptation/pragmatic, it has been integrated with FEniCS and it is pretty mature for serial 2D computation.

answered Jun 22, 2016 by KristianE FEniCS Expert (12,900 points)
...