petsc-3.3-p7 2013-05-11

PetscOpFListFind

Given a name, finds the matching op routine. Formally collective on comm.

Synopsis

#include "petscsys.h" 
PetscErrorCode  PetscOpFListFind(MPI_Comm comm, PetscOpFList fl,PetscVoidFunction *r, const char* op, PetscInt numArgs, char* argTypes[])

Input Parameters

comm - processes looking for the op
fl - pointer to list of known ops
op - operation name
numArgs - number of op arguments
argTypes - list of argument type names

Output Parameters

r -routine implementing op with the given arg types

See Also

PetscOpFListAdd(), PetscOpFList

Level:developer
Location:
src/sys/dll/reg.c
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages