slepc-3.16.3 2022-04-11
Report Typos and Errors

SLEPc System routines

SLEPc provides a variety of "system" level routines. These routines are generally tools used by other SLEPc routines and are not intended for application programmers (except the basic SlepcInitialize() / SlepcFinalize()).

Useful tools for application programmers can be found in PETSc's system routines, including parallel file access, synchronized printing to screen, and many other programming aids.

test1.c:
test2.c: Tests functions intended to be used from a debugger
test3.c: Tests SlepcHasExternalPackage()
test4.c: Tests SlepcInitialize() after PetscInitialize()