petsc-3.3-p7 2013-05-11

PetscShellCall

send a string message to a PetscShell object.

Synopsis

PetscErrorCode PetscShellCall(PetscShell shell, const char* message)
Logically collective on PetscShell.

Input paramters

shell - - a PetscShell object
message - - a character string

Notes: In response to the message the object performs actions defined by its URL (see PetscShellSetURL()). Side effects may include, in particular, actions on the composed objects (see PetscObjectCompose()).

.

See Also

PetscShellSetURL(), PetscShellGetURL(), PetscObjectCompose(), PetscObjectQuery()

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