Searched refs:pointSelfToAdaptCids (Results 1 – 1 of 1) sorted by relevance
193 PetscInt *pointSelfToAdaptCids; member401 PetscCall(PetscFree(pforest->pointSelfToAdaptCids)); in DMForestDestroy_pforest()2379 PetscCall(PetscArraycpy(cids, pforestC->pointSelfToAdaptCids, pEndF - pStartF)); in DMPforestGetTransferSF_Point()2865 pforestC->pointSelfToAdaptCids = cids; in DMPforestGetTransferSF_Point()2867 PetscCall(PetscMalloc1(pEndF - pStartF, &pforestC->pointSelfToAdaptCids)); in DMPforestGetTransferSF_Point()2868 PetscCall(PetscArraycpy(pforestC->pointSelfToAdaptCids, cids, pEndF - pStartF)); in DMPforestGetTransferSF_Point()4102 PetscCall(PetscFree(pforest->pointSelfToAdaptCids)); in DMForestClearAdaptivityForest_pforest()