MatReorderingRegisterAll
Registers all of the matrix reordering routines in PETSc.
Synopsis
int MatReorderingRegisterAll(void)
Not
Collective
Adding new methods
To add a new method to the registry. Copy this routine
andmodify it to incorporate a call to MatReorderRegister()
forthe new method, after the current list.
Restricting the choices: To prevent all of the methods from
beingregistered and thus save memory, copy this routine and comment
outthose orderigs you do not wish to include. Make sure that
thereplacement routine is linked before libpetscmat.a.
Keywords
matrix, reordering, register, all
See Also
MatReorderingRegister(), MatReorderingRegisterDestroy()
Location: src/mat/impls/order/sregis.c
Matrix Index
Table of Contents