petsc-3.4.5 2014-06-29

PetscLayoutSetISLocalToGlobalMappingBlock

sets a ISLocalGlobalMapping into a PetscLayout

Synopsis

PetscErrorCode  PetscLayoutSetISLocalToGlobalMappingBlock(PetscLayout in,ISLocalToGlobalMapping ltog)
Collective on PetscLayout

Input Parameter

in - input PetscLayout
ltog - the local to global block mapping

Notes: PetscLayoutSetUp() does not need to be called on the resulting PetscLayout

If the ltog location already contains a PetscLayout it is destroyed

See Also

PetscLayoutCreate(), PetscLayoutDestroy(), PetscLayoutSetUp(), PetscLayoutDuplicate(), PetscLayoutSetLocalToGlobalMappingBlock()

Level:developer
Location:
src/vec/is/utils/pmap.c
Index of all IS routines
Table of Contents for all manual pages
Index of all manual pages