Searched refs:contextObj (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexegads.c | 1324 PetscContainer modelObj, contextObj; in DMPlexCreateGeom_Internal() local 1332 PetscCall(PetscContainerCreate(PETSC_COMM_SELF, &contextObj)); in DMPlexCreateGeom_Internal() 1333 PetscCall(PetscContainerSetPointer(contextObj, context)); in DMPlexCreateGeom_Internal() 1334 … PetscCall(PetscContainerSetCtxDestroy(contextObj, (PetscCtxDestroyFn *)DMPlexEGADSClose_Private)); in DMPlexCreateGeom_Internal() 1335 PetscCall(PetscObjectCompose((PetscObject)dm, "EGADS Context", (PetscObject)contextObj)); in DMPlexCreateGeom_Internal() 1336 PetscCall(PetscContainerDestroy(&contextObj)); in DMPlexCreateGeom_Internal() 1887 PetscContainer modelObj, contextObj; in DMPlexCreateGeom() local 1900 PetscCall(PetscContainerCreate(PETSC_COMM_SELF, &contextObj)); in DMPlexCreateGeom() 1901 PetscCall(PetscContainerSetPointer(contextObj, context)); in DMPlexCreateGeom() 1904 PetscCall(PetscContainerSetCtxDestroy(contextObj, DMPlexEGADSliteClose_Private)); in DMPlexCreateGeom() [all …]
|