SALSA Analysis Modules
|
Data Fields | |
int | cookie |
const char * | name |
int | enabled |
int | maxcomponents |
int | ncomponents |
PetscErrorCode(* | optionfunction )(char *) |
componentobject * | components |
const char ** | componentnames |
AnalysisDataType * | types |
Definition at line 9 of file category.c.
const char** categoryobject_::componentnames |
Definition at line 15 of file category.c.
Referenced by CategoryGetComponentIndex(), CategoryGetModules(), CategoryGetOrCreateComponent(), CreateCategoryObject(), and DestroyCategoryObject().
Definition at line 15 of file category.c.
Referenced by CategoryGetComponent(), CategoryGetOrCreateComponent(), CreateCategoryObject(), and DestroyCategoryObject().
Definition at line 10 of file category.c.
Referenced by CreateCategoryObject().
Definition at line 12 of file category.c.
Referenced by CategoryEnableByName(), and CreateCategoryObject().
Definition at line 13 of file category.c.
Referenced by CategoryGetOrCreateComponent(), and CreateCategoryObject().
const char* categoryobject_::name |
Definition at line 11 of file category.c.
Referenced by CreateCategoryObject(), DestroyCategoryObject(), GetFirstCategory(), GetNextCategory(), and GetOrCreateCategory().
Definition at line 13 of file category.c.
Referenced by CategoryGetComponentIndex(), CategoryGetModules(), CategoryGetOrCreateComponent(), CreateCategoryObject(), and DestroyCategoryObject().
PetscErrorCode(* categoryobject_::optionfunction)(char *) |
Definition at line 14 of file category.c.
Referenced by CategoryGetOptionFunction(), and DeclareCategoryOptionFunction().
Definition at line 16 of file category.c.
Referenced by CategoryComponentSetModule(), CategoryGetModules(), CreateCategoryObject(), and DestroyCategoryObject().