petsc-3.8.4 2018-03-24
Report Typos and Errors

ISLocalToGlobalMappingSetFromOptions

Set mapping options from the options database.

Synopsis

#include "petscis.h"  
PetscErrorCode ISLocalToGlobalMappingSetFromOptions(ISLocalToGlobalMapping mapping)
Not collective

Input Parameters

mapping -mapping data structure

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

Examples

src/vec/is/is/examples/tutorials/ex4.c.html