MatSTRUMPACKReordering#
sparsity reducing ordering to be used in MATSOLVERSTRUMPACK
Synopsis#
Values#
- MAT_STRUMPACK_NATURAL- use the current ordering
- MAT_STRUMPACK_METIS- use MeTis to compute an ordering
- MAT_STRUMPACK_PARMETIS- use ParMeTis to compute an ordering
- MAT_STRUMPACK_SCOTCH- use Scotch to compute an ordering
- MAT_STRUMPACK_PTSCOTCH- use parallel Scotch to compute an ordering
- MAT_STRUMPACK_RCM- use an RCM ordering
- MAT_STRUMPACK_GEOMETRIC- use a geometric ordering (needs mesh info from user)
- MAT_STRUMPACK_AMD- approximate minimum degree
- MAT_STRUMPACK_MMD- multiple minimum degree
- MAT_STRUMPACK_AND- approximate nested dissection
- MAT_STRUMPACK_MLF- minimum local fill
- MAT_STRUMPACK_SPECTRAL- spectral nested dissection
Developer Note#
Should be called MatSTRUMPACKReorderingType
See Also#
Mat, MATSOLVERSTRUMPACK, MatGetFactor(), MatSTRUMPACKSetReordering()
Level#
intermediate
Location#
Examples#
Examples#
Examples#
Examples#
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages