VecScatterRemap

Remaps the "from" and "to" indices in a vector scatter context. FOR EXPERTS ONLY!

Synopsis

int VecScatterRemap(VecScatter scat,int *rto,int *rfrom)
Collective on VecScatter

Input Parameters

scat - vector scatter context
from - remapping for "from" indices (may be PETSC_NULL)
to - remapping for "to" indices (may be PETSC_NULL)

Keywords

Vec, scatter, remap

Location: src/vec/utils/vscat.c
Vector Index
Table of Contents