#include "slepcqep.h" PetscErrorCode QEPRegister(const char *name,PetscErrorCode (*function)(QEP))Not Collective
name | - name of a new user-defined solver | |
function | - routine to create the solver context |
QEPRegister("my_solver",MySolverCreate);
Then, your solver can be chosen with the procedural interface via
QEPSetType(qep,"my_solver")or at runtime via the option
-qep_type my_solver
Location: src/qep/interface/qepbasic.c
Index of all QEP routines
Table of Contents for all manual pages
Index of all manual pages