Searched refs:w_vertexObj (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexegads.c | 3771 PetscContainer w_faceObj, w_edgeObj, w_vertexObj; in DMPlexGeomDataAndGrads() local 3907 …tscObjectQuery((PetscObject)dm, "Control Point Weight - Vertex Map", (PetscObject *)&w_vertexObj)); in DMPlexGeomDataAndGrads() 3908 if (!w_vertexObj) { in DMPlexGeomDataAndGrads() 3909 PetscCall(PetscContainerCreate(PETSC_COMM_SELF, &w_vertexObj)); in DMPlexGeomDataAndGrads() 3910 PetscCall(PetscContainerSetPointer(w_vertexObj, w_vertex)); in DMPlexGeomDataAndGrads() 3911 PetscCall(PetscContainerSetCtxDestroy(w_vertexObj, PetscCtxDestroyDefault)); in DMPlexGeomDataAndGrads() 3912 …etscObjectCompose((PetscObject)dm, "Control Point Weight - Vertex Map", (PetscObject)w_vertexObj)); in DMPlexGeomDataAndGrads() 3913 PetscCall(PetscContainerDestroy(&w_vertexObj)); in DMPlexGeomDataAndGrads() 3917 PetscCall(PetscContainerGetPointer(w_vertexObj, &tmp)); in DMPlexGeomDataAndGrads() 3919 PetscCall(PetscContainerSetPointer(w_vertexObj, w_vertex)); in DMPlexGeomDataAndGrads()
|