Sungho Lee

Results 13 comments of Sungho Lee

Thanks @vladotomov, it works now. It takes 0m17.078s and computation time became almost linearly scaled. ``` case 0x5A: return SmemPAMassAssembleDiagonal2D(NE,B,D,Y); case 0x6A: return SmemPAMassAssembleDiagonal2D(NE,B,D,Y); case 0x5A: return SmemPAMassApply2D(NE,B,Bt,D,X,Y); case 0x6A:...

@vladotomov According to my quick couple of tests, introducing a low-order solver prohibits advection between coarse- and fine-mesh regions. `-ho 2 or -ho 3 ` without -lo and -fct works...

I solved the issue, candi trys to find GMP in the root directory. So, GMP should be installed through yum or apt-get.