Home
last modified time | relevance | path

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

/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h4699 PetscInt *inCids = NULL, *outCids = NULL; in DMForestTransferVec_pforest() local
4722 … PetscCall(DMPforestGetTransferSF_Internal(dmOut, dmIn, dofPerDim, &outSF, PETSC_TRUE, &outCids)); in DMForestTransferVec_pforest()
4727 … PetscCall(DMPforestGetTransferSF_Internal(dmOut, dmIn, dofPerDim, &outSF, PETSC_FALSE, &outCids)); in DMForestTransferVec_pforest()
4744 … PetscCall(DMPforestGetTransferSF_Internal(dmOut, dmIn, dofPerDim, &outSF, PETSC_FALSE, &outCids)); in DMForestTransferVec_pforest()
4752 …PetscCall(DMPlexTransferVecTree(plexIn, vecIn, plexOut, vecOut, inSF, outSF, inCids, outCids, useB… in DMForestTransferVec_pforest()
4754 PetscCall(PetscFree(outCids)); in DMForestTransferVec_pforest()
4758 PetscCall(PetscFree(outCids)); in DMForestTransferVec_pforest()