petsc4py.PETSc.DeviceContext.DeviceJoinMode#

class petsc4py.PETSc.DeviceContext.DeviceJoinMode#

Bases: object

The type of join to perform.

Attributes Summary

DESTROY

Constant DESTROY of type int

NO_SYNC

Constant NO_SYNC of type int

SYNC

Constant SYNC of type int

Attributes Documentation

DESTROY: int = DESTROY#

Constant DESTROY of type int

NO_SYNC: int = NO_SYNC#

Constant NO_SYNC of type int

SYNC: int = SYNC#

Constant SYNC of type int