After reading an external mesh file, I got the following assertion fail when using 4 CUPs, but there is no such an error if I use 1 CUP. What’s the problem?
There is something wrong with your mesh. Using a single process, just do mesh3 bug = trunc(Th, 1);
and you’ll see the same assertion failure.