|
SALSA Analysis Modules
|
Data Fields | |
| int | cookie |
| char * | name |
| PetscErrorCode(* | module )(AnaModNumericalProblem, AnalysisItem *, int *, PetscBool *) |
| int | dataid |
| AnalysisDataType | type |
| PetscBool | hasval |
Definition at line 8 of file component.c.
Definition at line 9 of file component.c.
Referenced by CreateComponentObject().
Definition at line 12 of file component.c.
Referenced by ComponentGetId(), ComponentRetrieve(), and ComponentSetModule().
| PetscBool componentobject_::hasval |
Definition at line 12 of file component.c.
Referenced by ComponentCompute().
| PetscErrorCode(* componentobject_::module)(AnaModNumericalProblem, AnalysisItem *, int *, PetscBool *) |
Definition at line 11 of file component.c.
Referenced by ComponentCompute(), and ComponentSetModule().
| char* componentobject_::name |
Definition at line 10 of file component.c.
Referenced by ComponentGetName(), CreateComponentObject(), and DestroyComponentObject().
Definition at line 12 of file component.c.
Referenced by ComponentGetType(), ComponentRetrieve(), and ComponentSetModule().
1.7.6.1