| H A D | test_gc.py | 20 self.obj = self.CLASS().create(comm=PETSc.COMM_SELF) 66 CLASS = PETSc.Vec variable in TestGCVec 70 CLASS = type('_Vec', (PETSc.Vec,), {}) variable in TestGCVecSubType 74 CLASS = PETSc.Mat variable in TestGCMat 78 CLASS = type('_Mat', (PETSc.Mat,), {}) variable in TestGCMatSubType 82 CLASS = PETSc.PC variable in TestGCPC 86 CLASS = type('_PC', (PETSc.PC,), {}) variable in TestGCPCSubType 90 CLASS = PETSc.KSP variable in TestGCKSP 94 CLASS = type('_KSP', (PETSc.KSP,), {}) variable in TestGCKSPSubType 98 CLASS = PETSc.SNES variable in TestGCSNES [all …]
|