VecSetLocalToGlobalMappingBlocked
Sets a local numbering to global numbering used by the routine VecSetValuesBlockedLocal() to allow users to insert vector entries using a local (per-processor) numbering.
Synopsis
int VecSetLocalToGlobalMappingBlocked(Vec x, ISLocalToGlobalMapping mapping)
Collective on
Vec
Input Parameters
Notes
All vectors obtained with VecDuplicate() from this vector inherit the same mapping.
Keywords
vector, set, values, local ordering
See Also
VecAssemblyBegin(), VecAssemblyEnd(), VecSetValues(), VecSetValuesLocal(),
VecSetLocalToGlobalMapping(), VecSetValuesBlockedLocal()
Location: src/vec/interface/vector.c
Vector Index
Table of Contents