chrisknewman / tusas

Other
18 stars 7 forks source link

Add periodic boundary conditions #37

Open chrisknewman opened 7 years ago

chrisknewman commented 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????

chrisknewman commented 7 years ago

void Mesh::create_sorted_nodesetlists() may not be sorting as expected...