PetscFwkCall

send a string message to a PetscFwk object.

Synopsis

PetscErrorCode PetscFwkCall(PetscFwk fwk, const char* message)
Logically collective on PetscFwk.

Input paramters

fwk - - a PetscFwk object
message - - a character string

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

.

See Also

PetscFwkSetURL(), PetscFwkGetURL(), PetscObjectCompose(), PetscObjectQuery()

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