Searched refs:inCids (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/forest/p4est/ |
| H A D | pforest.h | 4699 PetscInt *inCids = NULL, *outCids = NULL; in DMForestTransferVec_pforest() local 4717 … PetscCall(DMPforestGetTransferSF_Internal(dmIn, dmOut, dofPerDim, &inSF, PETSC_TRUE, &inCids)); in DMForestTransferVec_pforest() 4726 … PetscCall(DMPforestGetTransferSF_Internal(dmIn, dmOut, dofPerDim, &inSF, PETSC_TRUE, &inCids)); in DMForestTransferVec_pforest() 4734 … PetscCall(DMPforestGetTransferSF_Internal(dmOut, dmIn, dofPerDim, &outSF, PETSC_TRUE, &inCids)); in DMForestTransferVec_pforest() 4739 … PetscCall(DMPforestGetTransferSF_Internal(dmIn, dmOut, dofPerDim, &inSF, PETSC_TRUE, &inCids)); in DMForestTransferVec_pforest() 4743 … PetscCall(DMPforestGetTransferSF_Internal(dmIn, dmOut, dofPerDim, &inSF, PETSC_TRUE, &inCids)); in DMForestTransferVec_pforest() 4752 …PetscCall(DMPlexTransferVecTree(plexIn, vecIn, plexOut, vecOut, inSF, outSF, inCids, outCids, useB… in DMForestTransferVec_pforest() 4753 PetscCall(PetscFree(inCids)); in DMForestTransferVec_pforest() 4757 PetscCall(PetscFree(inCids)); in DMForestTransferVec_pforest()
|