Home
last modified time | relevance | path

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

/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h192 PetscInt *pointAdaptToSelfCids; member
400 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()