Searched defs:_p_PetscObject (Results 1 – 1 of 1) sorted by relevance
108 typedef struct _p_PetscObject { struct109 PetscOps bops[1];110 PetscClassId classid;111 MPI_Comm comm;112 …object for identity that may no longer exist since memory addresses get recycled for new objects */113 PetscInt refct;114 PetscErrorCode (*non_cyclic_references)(PetscObject, PetscInt *);115 PetscInt64 cidx;116 PetscMPIInt tag;117 PetscFunctionList qlist;[all …]