Searched defs:pobj (Results 1 – 11 of 11) sorted by relevance
141 const auto pobj = PetscObjectCast(B); in Convert_Dispatch_() local244 const auto pobj = PetscObjectCast(A); in BindToCPU() local323 const auto pobj = PetscObjectCast(A); in GetColumnVec() local
55 PetscObject pobj; in PetscDeviceContextSetupGlobalContext_Private() local
896 const auto pobj = PetscObjectCast(*dctx); in PetscDeviceContextGetNullContextForDevice_Private() local958 const auto pobj = PetscObjectCast(dctx); in PetscDeviceContextSetFromOptions() local
33 def viewObject(self, viewer, pobj): argument
195 def viewObject(self, viewer, pobj): argument
65 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:
20 PetscReal pobj; member
480 #define MatComposeOp_CUPM(use_host, pobj, op_str, op_host, ...) \ argument
99 const auto pobj = PetscObjectCast(v); variable
907 const auto pobj = PetscObjectCast(B); in Convert_Dispatch_() local1052 const auto pobj = PetscObjectCast(A); in BindToCPU() local1761 const auto pobj = PetscObjectCast(fact); in GetFactor() local
500 PetscErrorCode PetscObjectInheritPrintedOptions(PetscObject pobj, PetscObject obj) in PetscObjectInheritPrintedOptions()