petsc-3.7.1 2016-05-15
Report Typos and Errors

PetscBagGetNames

Get the names of all entries in the bag

Synopsis

#include "petscbag.h"   
PetscErrorCode PetscBagGetNames(PetscBag bag, const char *names[])
Not collective Many br

Input Parameters

bag - the bag of values Many br
names - array of the correct size to hold names Many br

Output Parameter

names -array of char pointers for names Many br

Many br

See Also

PetscBag, PetscBagGetName(), PetscBagSetName(), PetscBagCreate(), PetscBagGetData()
PetscBagRegisterReal(), PetscBagRegisterInt(), PetscBagRegisterBool(), PetscBagRegisterScalar(), PetscBagRegisterEnum() Many br

Level:intermediate
Location:
src/sys/classes/bag/bag.c
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages