petsc-3.3-p7 2013-05-11

PetscLayoutSetISLocalToGlobalMappingBlock

sets a ISLocalGlobalMapping into a PetscLayout

Synopsis

#include "petscvec.h"   
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/vec/impls/mpi/pmap.c
Index of all Vec routines
Table of Contents for all manual pages
Index of all manual pages