#include "definitions.h"
#include "thicknessIntg.h"
#include "selement.h"
#include "smath.h"
#include "surfaceProp.h"
#include "smemory.h"
#include "strainMeasure.h"
#include "internalStorage.h"
#include "kirchhoffMaterial.h"
#include <math.h>
#include <stdlib.h>
#include <string.h>
Defines | |
#define | ONETHRD 0.3333333333333333 |
Functions | |
void | thicknessIntg (SurfaceProp *ar, SurfaceProp *ac, double memForce[3][3], double coupleForce[3][3], SElement *element, int *lquad, double thick, double dtime) |
#define ONETHRD 0.3333333333333333 |
void thicknessIntg | ( | SurfaceProp * | ar, | |
SurfaceProp * | ac, | |||
double | memForce[3][3], | |||
double | coupleForce[3][3], | |||
SElement * | element, | |||
int * | lquad, | |||
double | thick, | |||
double | dtime | |||
) |
References SurfacePropS::akov, SurfacePropS::det, dvec(), getFromStorage(), getNumInternal(), kirchhoffMaterial(), SElementS::matStorage, ONETHRD, putToStorage(), smulvecTr3(), and svmtrshellspace3().
Referenced by selementInternalForce().