Open chrisknewman opened 7 years ago
Running the PeriodicQuad test problem on 8 procs demonstrates this problem. Left bdy has 2 nodes that are larger by +.005, while the 2 corresponding nodes on the right bdy are off by -.005. Ie looks like the wrong sign was used in these spots????
void Mesh::create_sorted_nodesetlists() may not be sorting as expected...
Running the PeriodicQuad test problem on 8 procs demonstrates this problem. Left bdy has 2 nodes that are larger by +.005, while the 2 corresponding nodes on the right bdy are off by -.005. Ie looks like the wrong sign was used in these spots????