petsc-3.3-p7 2013-05-11

MatPartitioningDestroy

Destroys the partitioning context.

Synopsis

#include "petscmat.h" 
PetscErrorCode  MatPartitioningDestroy(MatPartitioning *part)
Collective on Partitioning

Input Parameters

part -the partitioning context

Keywords

Partitioning, destroy, context

See Also

MatPartitioningCreate()

Level:beginner
Location:
src/mat/partition/partition.c
Index of all MatOrderings routines
Table of Contents for all manual pages
Index of all manual pages

Examples

src/mat/examples/tutorials/ex11.c.html
src/mat/examples/tutorials/ex15.c.html
src/mat/examples/tutorials/ex17.c.html
src/dm/ao/examples/tutorials/ex2.c.html