PCMultiLevelInitializePackage

This function initializes everything in the ML package. It is called from PetscDLLibraryRegister() when using dynamic libraries, and on the first call to PCCreate() when using static libraries.

Synopsis

#include "pc.h" 
int PCMultiLevelInitializePackage(char *path)

Input Parameter

path - The dynamic library path, or PETSC_NULL

Keywords

PC, multilevel, initialize, package

See Also

PetscInitialize()

Level:developer
Location:
src/sles/pc/impls/ml/ml.c
Index of all PC routines
Table of Contents for all manual pages
Index of all manual pages