IPRegisterDynamic

Adds an inner product to the IP package.

Synopsis

PetscErrorCode IPRegisterDynamic(const char *name,const char *path,const char *name_create,PetscErrorCode (*routine_create)(IP))
Not collective

Input Parameters

name - name of a new user-defined IP
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

IPRegisterDynamic() may be called multiple times to add several user-defined inner products.

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

See Also

IPRegisterDestroy(), IPRegisterAll()

Location: src/ip/../../include/slepcip.h
Index of all IP routines
Table of Contents for all manual pages
Index of all manual pages