Home
last modified time | relevance | path

Searched refs:PETSC_FORTRAN_OBJECT_F_DESTROYED_TO_C_NULL (Results 1 – 3 of 3) sorted by relevance

/petsc/src/mat/interface/ftn-custom/
H A Dzmatrixf.c71 PETSC_FORTRAN_OBJECT_F_DESTROYED_TO_C_NULL(&lsmat[i]); in matdestroymatrices_()
/petsc/src/vec/vec/interface/ftn-custom/
H A Dzvectorf90.c123 PETSC_FORTRAN_OBJECT_F_DESTROYED_TO_C_NULL(&vecs[i]); in vecdestroyvecs_()
/petsc/include/petsc/private/
H A Dftnimpl.h221 #define PETSC_FORTRAN_OBJECT_F_DESTROYED_TO_C_NULL(a) \ macro