70 |
|
|
71 |
class SimpleSolve_Rectangle_Order1_SinglePDE_Paso_BICGSTAB_Jacobi(unittest.TestCase): |
class SimpleSolve_Rectangle_Order1_SinglePDE_Paso_BICGSTAB_Jacobi(unittest.TestCase): |
72 |
def test_solve(self): |
def test_solve(self): |
73 |
|
# Tell about how many MPI CPUs and OpenMP threads |
74 |
|
printParallelThreadCounts() |
75 |
domain=Rectangle(NE0,NE1,1, optimize=OPTIMIZE) |
domain=Rectangle(NE0,NE1,1, optimize=OPTIMIZE) |
76 |
x=Solution(domain).getX() |
x=Solution(domain).getX() |
77 |
# --- set exact solution ---- |
# --- set exact solution ---- |