Package petsc4py :: Module PETSc :: Class Sys
[hide private]
[frames] | no frames]

Class Sys


Instance Methods [hide private]
 
Print(cls, *args, **kwargs)
a new object with type S, a subtype of T
__new__(S, ...)
 
getDefaultComm(cls)
 
getVersion(cls, patch=False, date=False, author=False)
 
getVersionInfo(cls)
 
isFinalized(cls)
 
isInitialized(cls)
 
setDefaultComm(cls, comm)
 
sleep(cls, seconds=1)
 
splitOwnership(cls, size, bsize=None, comm=None)
 
syncFlush(cls, comm=None)
 
syncPrint(cls, *args, **kwargs)

Inherited from object: __delattr__, __getattribute__, __hash__, __init__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__new__(S, ...)

 
Returns: a new object with type S, a subtype of T
Overrides: object.__new__