Searched refs:vecCoarse (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plextree.c | 4059 static PetscErrorCode DMPlexTransferVecTree_Inject(DM fine, Vec vecFine, DM coarse, Vec vecCoarse, … in DMPlexTransferVecTree_Inject() argument 4079 PetscCall(VecSetOption(vecCoarse, VEC_IGNORE_NEGATIVE_INDICES, PETSC_TRUE)); in DMPlexTransferVecTree_Inject() 4105 PetscCall(VecGetLayout(vecCoarse, &rowMap)); in DMPlexTransferVecTree_Inject() 4197 …if (contribute) PetscCall(VecSetValues(vecCoarse, dof, parentIndices, parentValues, INSERT_VALUES)… in DMPlexTransferVecTree_Inject()
|