Searched refs:u_pointObj (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexegads.c | 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() [all …]
|