Home
last modified time | relevance | path

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

/petsc/src/sys/objects/
H A Dtagm.c75 …gs for object, starting to recycle. Comm reference count %" PetscInt_FMT "\n", counter->refcount)); in PetscCommGetNewTag()
254 …gs for object, starting to recycle. Comm reference count %" PetscInt_FMT "\n", counter->refcount)); in PetscCommDuplicate()
262 counter->refcount++; /* number of references to this comm */ in PetscCommDuplicate()
308 counter->refcount--; in PetscCommDestroy()
309 if (!counter->refcount) { in PetscCommDestroy()
/petsc/src/binding/petsc4py/test/
H A Dtest_object.py170 self.assertEqual(self.obj.getRefCount(), self.obj.refcount)
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DObject.pyx578 property refcount:
/petsc/include/petsc/private/
H A Dpetscimpl.h1456 …PetscInt refcount; /* number of references, communicator can be freed when this rea… member