Hi, I have a vector that I've manipulated using local indexing configured with VecSetLocalToGlobalMappingBlock, now I've done a linear solve using this vector as the RHS, and I need to extract values from the solution.. There appears to be no VecGetValuesBlockedLocal function.. What's the best way to pull these out? thanks, Craig