MatSNESMFRegister(char *name_solver,char *path,char *name_create,int (*routine_create)(MatSNESMF))Not Collective
name_solver | - name of a new user-defined compute-h module |
path | - path (either absolute or relative) the library containing this solver |
name_create | - name of routine to create method context |
routine_create | - routine to create method context |
If dynamic libraries are used, then the fourth input argument (routine_create) is ignored.
MatSNESMFRegister("my_h",/home/username/my_lib/lib/libO/solaris/mylib.a, "MyHCreate",MyHCreate);
Then, your solver can be chosen with the procedural interface via
MatSNESMFSetType(mfctx,"my_h")or at runtime via the option
-snes_mf_type my_h
Level:developer
Location:src/snes/mf/snesmfj.c
SNES Index
Table of Contents