PetscFwkCreate

create an empty PetscFwk object.

Synopsis

PetscErrorCode  PetscFwkCreate(MPI_Comm comm, PetscFwk *framework)
Logically collective on comm.

Input paramters

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

Output parameters

framework -- the created PetscFwk object.

.

See Also

PetscFwkDestroy(), PetscFwkSetURL(), PetscFwkCall()

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