Searched defs:_Object (Results 1 – 1 of 1) sorted by relevance
239 typedef struct _Object { struct240 PetscObject obj; /* The associated PetscObject */241 int parent; /* The parent id */242 PetscLogDouble mem; /* The memory associated with the object */243 char name[64]; /* The object name */244 char info[64]; /* The information string */