DSRegisterDynamic

Adds a direct solver to the DS package.

Synopsis

PetscErrorCode DSRegisterDynamic(const char *name,const char *path,const char *name_create,PetscErrorCode (*routine_create)(DS))
Not collective

Input Parameters

name - name of a new user-defined DS
path - path (either absolute or relative) the library containing this solver
name_create - name of routine to create context
routine_create - routine to create context

Notes

DSRegisterDynamic() may be called multiple times to add several user-defined direct solvers.

If dynamic libraries are used, then the fourth input argument (routine_create) is ignored.

See Also

DSRegisterDestroy(), DSRegisterAll()

Location: src/ds/../../include/slepcds.h
Index of all DS routines
Table of Contents for all manual pages
Index of all manual pages