petsc-3.3-p7 2013-05-11

PetscShellCreate

create an empty PetscShell object.

Synopsis

PetscErrorCode  PetscShellCreate(MPI_Comm comm, PetscShell *shell)
Logically collective on comm.

Input paramters

comm -- the MPI_Comm to create the PetscShell object on.

Output parameters

shell -- the created PetscShell object.

Notes: the default shell corresponding to PETSC_COMM_WORLD is PETSC_SHELL_DEFAULT_WORLD. Likewise for PETSC_COMM_SELF and PETSC_SHELL_DEFAULT_SELF.

.

See Also

PetscShellDestroy(), PetscShellSetURL(), PetscShellCall()

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