#include <assert.h>
#include <stdlib.h>
#include <string.h>
#include "internalStorage.h"
#include "smaterial.h"
Functions | |
InternalStorage * | createInternalStorage (unsigned short numThick, unsigned short numSurf, unsigned short materialType) |
void | pointerToHistoryVariables (InternalStorage *storage, double **data, int *size) |
void | resetHistoryVariables (InternalStorage *storage, double *data) |
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 *storage) |
void averageInternalStorage | ( | InternalStorage * | storage, | |
double | stress[9], | |||
double * | internal, | |||
int | internalSize | |||
) |
InternalStorage* createInternalStorage | ( | unsigned short | numThick, | |
unsigned short | numSurf, | |||
unsigned short | materialType | |||
) |
References getFromMaterialCont(), InternalStorageS::internal, InternalStorageS::mat, materialHistoryParameters(), materialInitializeInternal(), InternalStorageS::numSurf, InternalStorageS::numThick, SMaterialCont, InternalStorageS::strains, InternalStorageS::stresses, and InternalStorageS::thickParams.
double getDensity | ( | InternalStorage * | storage | ) |
References InternalStorageS::mat, materialDensity(), and SMaterialS::properties.
Referenced by selementMass().
void getFromStorage | ( | InternalStorage * | storage, | |
int | intPointAccum, | |||
double | stress[3][3], | |||
double | strain[9], | |||
double * | internal | |||
) |
References InternalStorageS::internal, InternalStorageS::mat, materialHistoryParameters(), SMaterialS::nq, InternalStorageS::strains, and InternalStorageS::stresses.
Referenced by thicknessIntg().
int getNumInternal | ( | InternalStorage * | st | ) |
References InternalStorageS::mat, materialHistoryParameters(), and SMaterialS::nq.
Referenced by shells::SELementInternalDataAverage< Inserter >::operator()(), and thicknessIntg().
double getYoungsModulus | ( | InternalStorage * | storage | ) |
References InternalStorageS::mat, materialYoungsModulus(), and SMaterialS::properties.
void pointerToHistoryVariables | ( | InternalStorage * | storage, | |
double ** | data, | |||
int * | size | |||
) |
References InternalStorageS::stresses.
Referenced by selementPtrToHistory().
void putToStorage | ( | InternalStorage * | storage, | |
int | intPointAccum, | |||
double | stress[3][3], | |||
double | strain[3][3], | |||
double * | internal | |||
) |
References InternalStorageS::internal, InternalStorageS::mat, materialHistoryParameters(), SMaterialS::nq, InternalStorageS::strains, and InternalStorageS::stresses.
Referenced by thicknessIntg().
void resetHistoryVariables | ( | InternalStorage * | storage, | |
double * | data | |||
) |
References InternalStorageS::stresses.
Referenced by selementResetHistory().