Searched refs:wDataLength (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/dm/impls/plex/tutorials/ |
| H A D | ex18.c | 77 PetscInt cpCoordDataLength, wDataLength; in main() local 120 wDataLength = *wDataLengthPtr; in main() 121 …PetscCheck(cpCoordDataLength && wDataLength, PETSC_COMM_WORLD, PETSC_ERR_PLIB, "Data sizes must be… in main()
|
| H A D | ex19.c | 136 PetscInt cpCoordDataLength, wDataLength, maxNumEquiv; in main() local 190 …ble, &cpCoordDataLength, &cpCoordData, &maxNumEquiv, &cpEquiv, &wHashTable, &wDataLength, &wData)); in main() 339 …ble, &cpCoordDataLength, &cpCoordData, &maxNumEquiv, &cpEquiv, &wHashTable, &wDataLength, &wData)); in main()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexegads.c | 2889 PetscInt wDataLength = totalNumCPs; in DMPlex_Surface_Grad() local 2891 wDataLengthPtr = &wDataLength; in DMPlex_Surface_Grad() 2894 PetscMalloc1(wDataLength, &cntrlPtWeights); in DMPlex_Surface_Grad() 3432 PetscInt wDataLength = totalNumCPs; in DMPlexGeomDataAndGrads() local 3434 wDataLengthPtr = &wDataLength; in DMPlexGeomDataAndGrads() 3439 PetscCall(VecCreateSeq(PETSC_COMM_SELF, wDataLength, &cntrlPtWeightsVec)); in DMPlexGeomDataAndGrads() 3445 PetscCall(VecCreateSeq(PETSC_COMM_SELF, wDataLength, &gradSAWVec)); in DMPlexGeomDataAndGrads() 3447 PetscCall(VecCreateSeq(PETSC_COMM_SELF, wDataLength, &gradVWVec)); in DMPlexGeomDataAndGrads() 3455 PetscCall(PetscMalloc1(wDataLength, &w_vertex)); in DMPlexGeomDataAndGrads() 3456 PetscCall(PetscMalloc1(wDataLength, &w_edge)); in DMPlexGeomDataAndGrads() [all …]
|