petsc-3.15.0 2021-03-30
Report Typos and Errors
MatPartitioningDestroy
Destroys the partitioning context.
Synopsis
#include "petscmat.h"
PetscErrorCode
MatPartitioningDestroy
(
MatPartitioning
*part)
Collective on Partitioning
Input Parameters
part
- the partitioning context
See Also
MatPartitioningCreate
()
Level
beginner
Location
src/mat/partition/partition.c
Examples
src/mat/tutorials/ex11.c.html
src/mat/tutorials/ex15.c.html
src/mat/tutorials/ex17.c.html
src/mat/tutorials/ex15f.F90.html
src/mat/tutorials/ex17f.F90.html
src/ksp/ksp/tutorials/ex64.c.html
Index of all MatOrderings routines
Table of Contents for all manual pages
Index of all manual pages