PetscErrorCode IPRegisterDynamic(const char *name,const char *path,const char *name_create,PetscErrorCode (*routine_create)(IP))Not collective
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 |
If dynamic libraries are used, then the fourth input argument (routine_create) is ignored.
Location: src/ip/../../include/slepcip.h
Index of all IP routines
Table of Contents for all manual pages
Index of all manual pages