#include "petscbag.h" PetscErrorCode PetscBagRegisterRealArray(PetscBag bag,void *addr,PetscInt msize, const char *name, const char *help)Logically Collective on PetscBag
bag | - the bag of values | |
addr | - location of real array in struct | |
msize | - number of entries in array | |
name | - name of the integer array | |
help | - longer string with more information about the value |