#include "petscmat.h" PetscErrorCode MatRegisterOp(MPI_Comm comm, const char url[], PetscVoidFunction function, const char op[], PetscInt numArgs, ...)Formally collective on comm.
| comm | - processors adding the op | |
| url | - routine locator (optional, if not using dynamic libraries and a nonempty fnc) | |
| function | - function pointer (optional, if using dynamic libraries and a nonempty url) | |
| op | - operation name | |
| numArgs | - number of op arguments | |
| ... | - list of argument type names (const char*) |
Level:advanced
Location:src/mat/interface/matreg.c
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages