Go to the source code of this file.
Classes | |
| struct | InternalStorageS |
Defines | |
| #define | DECLARE_EXTERN extern |
Typedefs | |
| typedef InternalStorageS | InternalStorage |
Functions | |
| InternalStorage * | createInternalStorage (unsigned short numThick, unsigned short numSurf, unsigned short materialType) |
| void | getFromStorage (InternalStorage *storage, int intPointAccum, double stress[3][3], double strain[9], double *internal) |
| void | putToStorage (InternalStorage *storage, int intPointAccum, double stress[3][3], double strain[3][3], double *internal) |
| void | averageInternalStorage (InternalStorage *storage, double stress[9], double *internal, int internalSize) |
| double | getDensity (InternalStorage *storage) |
| int | getNumInternal (InternalStorage *st) |
| double | getYoungsModulus (InternalStorage *st) |
| void | pointerToHistoryVariables (InternalStorage *storage, double **data, int *size) |
| void | resetHistoryVariables (InternalStorage *storage, double *data) |
| #define DECLARE_EXTERN extern |
| typedef struct InternalStorageS InternalStorage |
| void averageInternalStorage | ( | InternalStorage * | storage, | |
| double | stress[9], | |||
| double * | internal, | |||
| int | internalSize | |||
| ) |
| InternalStorage* createInternalStorage | ( | unsigned short | numThick, | |
| unsigned short | numSurf, | |||
| unsigned short | materialType | |||
| ) |
| double getDensity | ( | InternalStorage * | storage | ) |
| void getFromStorage | ( | InternalStorage * | storage, | |
| int | intPointAccum, | |||
| double | stress[3][3], | |||
| double | strain[9], | |||
| double * | internal | |||
| ) |
| int getNumInternal | ( | InternalStorage * | st | ) |
| double getYoungsModulus | ( | InternalStorage * | st | ) |
| void pointerToHistoryVariables | ( | InternalStorage * | storage, | |
| double ** | data, | |||
| int * | size | |||
| ) |
| void putToStorage | ( | InternalStorage * | storage, | |
| int | intPointAccum, | |||
| double | stress[3][3], | |||
| double | strain[3][3], | |||
| double * | internal | |||
| ) |
| void resetHistoryVariables | ( | InternalStorage * | storage, | |
| double * | data | |||
| ) |
1.4.7