Home
last modified time | relevance | path

Searched refs:createcontext (Results 1 – 4 of 4) sorted by relevance

/petsc/src/sys/objects/device/impls/
H A Dimpldevicebase.hpp99 device->ops->createcontext = this->underlying().create_; in getDevice()
/petsc/include/petsc/private/
H A Ddeviceimpl.h185 PetscErrorCode (*createcontext)(PetscDeviceContext); member
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dlibpetsc4py.pyx247 cdef createcontext(const char name_p[]): function
346 cdef object ctx = createcontext(name)
602 cdef object ctx = createcontext(name)
1452 cdef object ctx = createcontext(name)
1748 cdef object ctx = createcontext(name)
2091 cdef object ctx = createcontext(name)
2414 cdef object ctx = createcontext(name)
2814 cdef object ctx = createcontext(name)
/petsc/src/sys/objects/device/interface/
H A Ddcontext.cxx256 PetscCall((*device->ops->createcontext)(dctx)); in PetscDeviceContextSetDevice_Private()