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