TaoInitializePackage
This function sets up PETSc to use the TaoSolver package. When using static libraries, this function is called from the first entry to TaoCreate(); when using shared libraries, it is called from PetscDLLibraryRegister()
Synopsis
PetscErrorCode TaoInitializePackage(const char path[])
Input parameter
path -The dynamic library path or PETSC_NULL
See Also
TaoCreate()
Level:developer
Location:src/interface/dlregistao.c
TAO Solver Index
Table of Contents