Home
last modified time | relevance | path

Searched refs:cp_edgeObj (Results 1 – 1 of 1) sorted by relevance

/petsc/src/dm/impls/plex/
H A Dplexegads.c3770 PetscContainer cp_faceObj, cp_edgeObj, cp_vertexObj; in DMPlexGeomDataAndGrads() local
3862 …tscCall(PetscObjectQuery((PetscObject)dm, "Control Point - Edge Map", (PetscObject *)&cp_edgeObj)); in DMPlexGeomDataAndGrads()
3863 if (!cp_edgeObj) { in DMPlexGeomDataAndGrads()
3864 PetscCall(PetscContainerCreate(PETSC_COMM_SELF, &cp_edgeObj)); in DMPlexGeomDataAndGrads()
3865 PetscCall(PetscContainerSetPointer(cp_edgeObj, cp_edge)); in DMPlexGeomDataAndGrads()
3866 PetscCall(PetscContainerSetCtxDestroy(cp_edgeObj, PetscCtxDestroyDefault)); in DMPlexGeomDataAndGrads()
3867 …etscCall(PetscObjectCompose((PetscObject)dm, "Control Point - Edge Map", (PetscObject)cp_edgeObj)); in DMPlexGeomDataAndGrads()
3868 PetscCall(PetscContainerDestroy(&cp_edgeObj)); in DMPlexGeomDataAndGrads()
3872 PetscCall(PetscContainerGetPointer(cp_edgeObj, &tmp)); in DMPlexGeomDataAndGrads()
3874 PetscCall(PetscContainerSetPointer(cp_edgeObj, cp_edge)); in DMPlexGeomDataAndGrads()