Home
last modified time | relevance | path

Searched defs:CLASS (Results 1 – 2 of 2) sorted by relevance

/petsc/src/binding/petsc4py/test/
H A Dtest_gc.py66 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
105 CLASS = type('_SNES', (PETSc.SNES,), {}) variable in TestGCSNESSubType
[all …]
H A Dtest_object.py10 CLASS, FACTORY = None, None variable in BaseTestObject
213 CLASS = PETSc.Random variable in TestObjectRandom
218 CLASS = PETSc.Viewer variable in TestObjectViewer
223 CLASS = PETSc.IS variable in TestObjectIS
229 CLASS = PETSc.LGMap variable in TestObjectLGMap
235 CLASS = PETSc.AO variable in TestObjectAO
241 CLASS = PETSc.DMDA variable in TestObjectDMDA
247 CLASS = PETSc.DS variable in TestObjectDS
252 CLASS = PETSc.Vec variable in TestObjectVec
262 CLASS = PETSc.Mat variable in TestObjectMat
[all …]