Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplextree.c3749 …xTransferVecTree_Interpolate(DM coarse, Vec vecCoarseLocal, DM fine, Vec vecFine, PetscSF coarseTo… in DMPlexTransferVecTree_Interpolate() argument
3773 PetscCall(VecSetOption(vecFine, VEC_IGNORE_NEGATIVE_INDICES, PETSC_TRUE)); in DMPlexTransferVecTree_Interpolate()
4005 PetscCall(VecSetValues(vecFine, numValues, rowIndices, pVal, INSERT_VALUES)); in DMPlexTransferVecTree_Interpolate()
4044 PetscCall(VecSetValues(vecFine, numRows, &rowIndices[offsets[f]], rVal, INSERT_VALUES)); in DMPlexTransferVecTree_Interpolate()
4059 static PetscErrorCode DMPlexTransferVecTree_Inject(DM fine, Vec vecFine, DM coarse, Vec vecCoarse, … in DMPlexTransferVecTree_Inject() argument
4078 PetscCall(VecSetOption(vecFine, VEC_IGNORE_NEGATIVE_INDICES, PETSC_TRUE)); in DMPlexTransferVecTree_Inject()
4099 …PetscCall(DMPlexTransferInjectorTree(coarse, fine, coarseToFine, cids, vecFine, numFields, offsets… in DMPlexTransferVecTree_Inject()
4104 PetscCall(VecGetLayout(vecFine, &colMap)); in DMPlexTransferVecTree_Inject()