petsc-3.3-p7 2013-05-11

PetscObjectAMSPublish

Publish an object

Synopsis

#include "petscsys.h"   
PetscErrorCode  PetscObjectAMSPublish(PetscObject obj)
Collective on PetscObject

Input Parameters

obj -the Petsc variable Thus must be cast with a (PetscObject), for example, PetscObjectSetName((PetscObject)mat,name);

Notes: PetscViewer objects are not published

See Also

PetscObjectSetName(), PetscObjectUnPublish()

Level:advanced
Location:
src/sys/ams/pams.c
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages