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

Class Type


Instance Methods [hide private]

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  CUDA = 1
  HIP = 2
  HOST = 0
  SYCL = 3
  __enum2str = {0: 'HOST', 1: 'CUDA', 2: 'HIP', 3: 'SYCL', <pets...
Properties [hide private]
  DEFAULT

Inherited from object: __class__

Class Variable Details [hide private]

__enum2str

Value:
{0: 'HOST',
 1: 'CUDA',
 2: 'HIP',
 3: 'SYCL',
 <petsc4py.PETSc.staticproperty object at 0x7ff40f1938a0>: 'DEFAULT'}

Property Details [hide private]

DEFAULT

Get Method:
unreachable.lambda(...)