Searched refs:pointAdaptToSelfCids (Results 1 – 1 of 1) sorted by relevance
192 PetscInt *pointAdaptToSelfCids; member400 PetscCall(PetscFree(pforest->pointAdaptToSelfCids)); in DMForestDestroy_pforest()2393 PetscCall(PetscArraycpy(cids, pforestF->pointAdaptToSelfCids, pEndF - pStartF)); in DMPforestGetTransferSF_Point()2874 pforestF->pointAdaptToSelfCids = cids; in DMPforestGetTransferSF_Point()2876 PetscCall(PetscMalloc1(pEndF - pStartF, &pforestF->pointAdaptToSelfCids)); in DMPforestGetTransferSF_Point()2877 PetscCall(PetscArraycpy(pforestF->pointAdaptToSelfCids, cids, pEndF - pStartF)); in DMPforestGetTransferSF_Point()4101 PetscCall(PetscFree(pforest->pointAdaptToSelfCids)); in DMForestClearAdaptivityForest_pforest()