#include <cassert>
#include "MaterialCIface.h"
#include "MaterialBase.h"
#include <vector>
#include <iosfwd>
Functions | |
MaterialBase * | getFromMaterialCont (int matType) |
void | updateStress (MaterialBase *mat, double *stress, double *gstrain, double dtime, double *history, double *gstrainPrv) |
double | materialDensity (MaterialBase *mat) |
double | materialYoungsModulus (MaterialBase *mat) |
int | materialHistoryParameters (MaterialBase *mat) |
void | materialInitializeInternal (MaterialBase *mat, double *internal) |
MaterialBase* getFromMaterialCont | ( | int | matType | ) |
References shells::MaterialContainer::instance().
Referenced by createInternalStorage().
double materialDensity | ( | MaterialBase * | mat | ) |
Referenced by getDensity().
int materialHistoryParameters | ( | MaterialBase * | mat | ) |
Referenced by averageInternalStorage(), createInternalStorage(), getFromStorage(), getNumInternal(), and putToStorage().
void materialInitializeInternal | ( | MaterialBase * | mat, | |
double * | internal | |||
) |
Referenced by createInternalStorage().
double materialYoungsModulus | ( | MaterialBase * | mat | ) |
Referenced by getYoungsModulus().
void updateStress | ( | MaterialBase * | mat, | |
double * | stress, | |||
double * | gstrain, | |||
double | dtime, | |||
double * | history, | |||
double * | gstrainPrv | |||
) |