#include "petscmat.h" PetscErrorCode MatQueryOp(MPI_Comm comm, PetscVoidFunction* function, const char op[], PetscInt numArgs, ...)Formally collective on comm.
comm | - processors adding the op | |
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