Searched refs:cpCoordDataLengthPtr (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/dm/impls/plex/tutorials/ |
| H A D | ex18.c | 78 PetscInt *cpCoordDataLengthPtr, *wDataLengthPtr; in main() local 114 PetscCall(PetscContainerGetPointer(cpCoordDataLengthObj, &cpCoordDataLengthPtr)); in main() 119 cpCoordDataLength = *cpCoordDataLengthPtr; in main()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexegads.c | 2887 PetscInt *cpCoordDataLengthPtr, *wDataLengthPtr; in DMPlex_Surface_Grad() local 2890 cpCoordDataLengthPtr = &cpCoordDataLength; in DMPlex_Surface_Grad() 2952 PetscCall(PetscContainerSetPointer(cpCoordLengthObj, cpCoordDataLengthPtr)); in DMPlex_Surface_Grad() 3430 PetscInt *cpCoordDataLengthPtr, *wDataLengthPtr; in DMPlexGeomDataAndGrads() local 3433 cpCoordDataLengthPtr = &cpCoordDataLength; in DMPlexGeomDataAndGrads() 3790 PetscCall(PetscContainerSetPointer(cpCoordLengthObj, cpCoordDataLengthPtr)); in DMPlexGeomDataAndGrads() 3794 PetscCall(PetscContainerSetPointer(cpCoordLengthObj, cpCoordDataLengthPtr)); in DMPlexGeomDataAndGrads() 5902 PetscInt *cpCoordDataLengthPtr, *wDataLengthPtr, *maxNumEquivPtr; in DMPlexGetGeomCntrlPntAndWeightData() local 5924 PetscCall(PetscContainerGetPointer(cpCoordDataLengthObj, &cpCoordDataLengthPtr)); in DMPlexGetGeomCntrlPntAndWeightData() 5929 *cpCoordDataLength = *cpCoordDataLengthPtr; in DMPlexGetGeomCntrlPntAndWeightData()
|