Lines Matching refs:objects
84 All PETSc objects (derived from the base class `PetscObject`) have the following common header stru…
170 error checking. Each different class of objects has its value for
245 object has any other objects composed with it, the `PetscObjectDestroy()` function is called on the…
277 Since the object composition allows one to compose PETSc objects
278 with PETSc objects, PETSc provides the
297 <a href="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/sys/objects/olist.c.html">src/sys/objects/olist.c</a>
309 from which linked lists of composed objects may be constructed. The
310 routines to manipulate these elementary objects are
324 <a href="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/sys/objects/inherit.c.html">src/sys/objects/inherit.c</…
379 functions into PETSc objects, it is also used to allow registration of
408 Some simple PETSc objects do not need `PETSCHEADER` and the associated
409 functionality. These objects are internally named as `_n_<class>` as