Lines Matching refs:t_pointObj
5003 PetscContainer t_pointObj, u_pointObj, v_pointObj; in DMPlexGetGeomModelTUV() local
5005 …tscCall(PetscObjectQuery((PetscObject)dm, "Point - Edge t Parameter", (PetscObject *)&t_pointObj)); in DMPlexGetGeomModelTUV()
5006 if (!t_pointObj) { in DMPlexGetGeomModelTUV()
5007 PetscCall(PetscContainerCreate(PETSC_COMM_SELF, &t_pointObj)); in DMPlexGetGeomModelTUV()
5008 PetscCall(PetscContainerSetPointer(t_pointObj, t_point)); in DMPlexGetGeomModelTUV()
5009 …etscCall(PetscObjectCompose((PetscObject)dm, "Point - Edge t Parameter", (PetscObject)t_pointObj)); in DMPlexGetGeomModelTUV()
5010 PetscCall(PetscContainerSetCtxDestroy(t_pointObj, PetscCtxDestroyDefault)); in DMPlexGetGeomModelTUV()
5011 PetscCall(PetscContainerDestroy(&t_pointObj)); in DMPlexGetGeomModelTUV()
5015 PetscCall(PetscContainerGetPointer(t_pointObj, &old)); in DMPlexGetGeomModelTUV()
5017 PetscCall(PetscContainerSetPointer(t_pointObj, t_point)); in DMPlexGetGeomModelTUV()
5080 PetscContainer t_pointObj, u_pointObj, v_pointObj; in DMPlexInflateToGeomModelUseTUV() local
5098 …tscCall(PetscObjectQuery((PetscObject)dm, "Point - Edge t Parameter", (PetscObject *)&t_pointObj)); in DMPlexInflateToGeomModelUseTUV()
5103 if (!t_pointObj) PetscFunctionReturn(PETSC_SUCCESS); in DMPlexInflateToGeomModelUseTUV()
5115 PetscCall(PetscContainerGetPointer(t_pointObj, &t_point)); in DMPlexInflateToGeomModelUseTUV()