Home
last modified time | relevance | path

Searched refs:python_destroy (Results 1 – 5 of 5) sorted by relevance

/dports/science/PETSc/petsc-3.14.1/src/sys/objects/
H A Dinherit.c111 if (h->python_destroy) { in PetscHeaderDestroy_Private()
113 PetscErrorCode (*python_destroy)(void*) = h->python_destroy; in PetscHeaderDestroy_Private() local
115 h->python_destroy = NULL; in PetscHeaderDestroy_Private()
117 ierr = (*python_destroy)(python_context);CHKERRQ(ierr); in PetscHeaderDestroy_Private()
/dports/science/PETSc/petsc-3.14.1/src/binding/petsc4py/src/PETSc/
H A Dpetscobj.pxi77 int (*python_destroy)(void*)
91 obj.python_destroy = PetscDelPyDict
/dports/science/PETSc/petsc-3.14.1/include/petsc/private/
H A Dpetscimpl.h109 PetscErrorCode (*python_destroy)(void*); member
/dports/science/PETSc/petsc-3.14.1/
H A DTAGS12642 PetscErrorCode (*python_destroy)python_destroy109,4909
H A DCTAGS76132 python_destroy include/petsc/private/petscimpl.h /^ PetscErrorCode (*python_destroy)(void*);…