PartitioningRegisterAll

Registers all of the matrix Partitioning routines in PETSc.

Synopsis

int PartitioningRegisterAll(void)
Not Collective

Adding new methods

To add a new method to the registry. Copy this routine andmodify it to incorporate a call to PartitioningRegister() 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 modify it toregister a zero, instead of the function name, for those methods youdo not wish to register. Make sure that the replacement routine islinked before libpetscmat.a.

Keywords

matrix, Partitioning, register, all

See Also

PartitioningRegister(), PartitioningRegisterDestroy()

Location: src/mat/impls/partition/spartition.c
Matrix Index
Table of Contents