#include "definitions.h"
#include "selementInternalEnergy.h"
#include "selement.h"
#include "smath.h"
#include "surfaceProp.h"
#include "gaussIntegration.h"
#include "internalStorage.h"
#include "strainMeasure.h"
#include "planeStress.h"
#include "shapeFunction.h"
#include "kirchhoffMaterial.h"
#include <stdlib.h>
#include <math.h>
Defines | |
#define | ONETHRD 0.333333333333333 |
Functions | |
double | selementInternalEnergy (double xref[3][MAXVAL], double xcur[3][MAXVAL], SElement *element, double thick) |
#define ONETHRD 0.333333333333333 |
Referenced by thicknessIntg().
double selementInternalEnergy | ( | double | xref[3][MAXVAL], | |
double | xcur[3][MAXVAL], | |||
SElement * | element, | |||
double | thick | |||
) |