Home
last modified time | relevance | path

Searched defs:pobj (Results 1 – 11 of 11) sorted by relevance

/petsc/src/mat/impls/dense/mpi/cupm/
H A Dmatmpidensecupm.hpp141 const auto pobj = PetscObjectCast(B); in Convert_Dispatch_() local
244 const auto pobj = PetscObjectCast(A); in BindToCPU() local
323 const auto pobj = PetscObjectCast(A); in GetColumnVec() local
/petsc/src/sys/objects/device/interface/
H A Dglobal_dcontext.cxx55 PetscObject pobj; in PetscDeviceContextSetupGlobalContext_Private() local
H A Ddcontext.cxx896 const auto pobj = PetscObjectCast(*dctx); in PetscDeviceContextGetNullContextForDevice_Private() local
958 const auto pobj = PetscObjectCast(dctx); in PetscDeviceContextSetFromOptions() local
/petsc/src/binding/petsc4py/test/
H A Dtest_viewer_py.py33 def viewObject(self, viewer, pobj): argument
/petsc/src/binding/petsc4py/src/petsc4py/lib/_pytypes/viewer/
H A Dpetscpyvista.py195 def viewObject(self, viewer, pobj): argument
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dlibpetsc4py.pyx65 cdef inline PetscInt getRef(void *pobj) noexcept nogil:
70 cdef inline void addRef(void *pobj) noexcept nogil:
74 cdef inline void delRef(void *pobj) noexcept nogil:
78 cdef inline PetscObject newRef(void *pobj) noexcept nogil:
86 cdef inline const char* getPrefix(void *pobj) noexcept nogil:
91 cdef inline int getCommSize(void *pobj) noexcept nogil:
/petsc/src/tao/quadratic/impls/bqpip/
H A Dbqpipimpl.h20 PetscReal pobj; member
/petsc/include/petsc/private/
H A Dmatdensecupmimpl.h480 #define MatComposeOp_CUPM(use_host, pobj, op_str, op_host, ...) \ argument
H A Dveccupmimpl.h99 const auto pobj = PetscObjectCast(v); variable
/petsc/src/mat/impls/dense/seq/cupm/
H A Dmatseqdensecupm.hpp907 const auto pobj = PetscObjectCast(B); in Convert_Dispatch_() local
1052 const auto pobj = PetscObjectCast(A); in BindToCPU() local
1761 const auto pobj = PetscObjectCast(fact); in GetFactor() local
/petsc/src/sys/objects/
H A Dinherit.c500 PetscErrorCode PetscObjectInheritPrintedOptions(PetscObject pobj, PetscObject obj) in PetscObjectInheritPrintedOptions()