Lines Matching refs:u_pointObj
5003 PetscContainer t_pointObj, u_pointObj, v_pointObj; in DMPlexGetGeomModelTUV() local
5020 …tscCall(PetscObjectQuery((PetscObject)dm, "Point - Face u Parameter", (PetscObject *)&u_pointObj)); in DMPlexGetGeomModelTUV()
5021 if (!u_pointObj) { in DMPlexGetGeomModelTUV()
5022 PetscCall(PetscContainerCreate(PETSC_COMM_SELF, &u_pointObj)); in DMPlexGetGeomModelTUV()
5023 PetscCall(PetscContainerSetPointer(u_pointObj, u_point)); in DMPlexGetGeomModelTUV()
5024 …etscCall(PetscObjectCompose((PetscObject)dm, "Point - Face u Parameter", (PetscObject)u_pointObj)); in DMPlexGetGeomModelTUV()
5025 PetscCall(PetscContainerSetCtxDestroy(u_pointObj, PetscCtxDestroyDefault)); in DMPlexGetGeomModelTUV()
5026 PetscCall(PetscContainerDestroy(&u_pointObj)); in DMPlexGetGeomModelTUV()
5030 PetscCall(PetscContainerGetPointer(u_pointObj, &old)); in DMPlexGetGeomModelTUV()
5032 PetscCall(PetscContainerSetPointer(u_pointObj, u_point)); in DMPlexGetGeomModelTUV()
5080 PetscContainer t_pointObj, u_pointObj, v_pointObj; in DMPlexInflateToGeomModelUseTUV() local
5099 …tscCall(PetscObjectQuery((PetscObject)dm, "Point - Face u Parameter", (PetscObject *)&u_pointObj)); in DMPlexInflateToGeomModelUseTUV()
5104 if (!u_pointObj) PetscFunctionReturn(PETSC_SUCCESS); in DMPlexInflateToGeomModelUseTUV()
5116 PetscCall(PetscContainerGetPointer(u_pointObj, &u_point)); in DMPlexInflateToGeomModelUseTUV()