petsc-3.3-p7 2013-05-11

PetscShellRegisterComponentURL

register a key as a component of shell (see PetscShellRegisterComponentShell()) and set the given URL on the newly created component.

Synopsis

PetscErrorCode  PetscShellRegisterComponentURL(PetscShell shell, const char key[], const char url[])

Logically collective on PetscShell.

Input paramters

shell - - a PetscShell object
key - - a character string designating the added component.
url - - a character string desigating the URL of the added component.

Notes: equivalent to the sequence PetscShellRegisterComponentShell(shell,key,PETSC_NULL); PetscShellGetComponent(shell, key, &component); PetscShellSetURL(component, url);

.

See Also

PetscShellRegisterComponentShell(), PetscShellGetComponent(), PetscShellSetURL()

Level:intermediate
Location:
src/sys/shell/interface/sysshell.c
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages