MatOrderingRegisterAll

Registers all of the matrix reordering routines in PETSc.

Synopsis

int MatOrderingRegisterAll(char *path)
Not Collective

Adding new methods

To add a new method to the registry. Copy this routine and modify it to incorporate a call to MatReorderRegister() for the new method, after the current list.

Restricting the choices: To prevent all of the methods from being registered and thus save memory, copy this routine and comment out those orderigs you do not wish to include. Make sure that the replacement routine is linked before libpetscmat.a.

Keywords

matrix, reordering, register, all

See Also

MatOrderingRegister(), MatOrderingRegisterDestroy()

Level:developer
Location:src/mat/impls/order/sregis.c
Matrix Index
Table of Contents