Lines Matching refs:contextObj
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()
1905 PetscCall(PetscObjectCompose((PetscObject)dm, "EGADSlite Context", (PetscObject)contextObj)); in DMPlexCreateGeom()
1907 PetscCall(PetscContainerSetCtxDestroy(contextObj, DMPlexEGADSClose_Private)); in DMPlexCreateGeom()
1908 PetscCall(PetscObjectCompose((PetscObject)dm, "EGADS Context", (PetscObject)contextObj)); in DMPlexCreateGeom()
1910 PetscCall(PetscContainerDestroy(&contextObj)); in DMPlexCreateGeom()
2337 PetscContainer modelObj, contextObj; in DMPlexCreateGeom_Tess_Internal() local
2350 PetscCall(PetscContainerCreate(PETSC_COMM_SELF, &contextObj)); in DMPlexCreateGeom_Tess_Internal()
2351 PetscCall(PetscContainerSetPointer(contextObj, context)); in DMPlexCreateGeom_Tess_Internal()
2354 PetscCall(PetscContainerSetCtxDestroy(contextObj, DMPlexEGADSliteClose_Private)); in DMPlexCreateGeom_Tess_Internal()
2355 PetscCall(PetscObjectCompose((PetscObject)dm, "EGADSlite Context", (PetscObject)contextObj)); in DMPlexCreateGeom_Tess_Internal()
2357 PetscCall(PetscContainerSetCtxDestroy(contextObj, DMPlexEGADSClose_Private)); in DMPlexCreateGeom_Tess_Internal()
2358 PetscCall(PetscObjectCompose((PetscObject)dm, "EGADS Context", (PetscObject)contextObj)); in DMPlexCreateGeom_Tess_Internal()
2360 PetscCall(PetscContainerDestroy(&contextObj)); in DMPlexCreateGeom_Tess_Internal()