#include "definitions.h"
#include "selementInternalForce.h"
#include "selement.h"
#include "smath.h"
#include "surfaceProp.h"
#include "deformationGradient.h"
#include "gaussIntegration.h"
#include "thicknessIntg.h"
#include "internalStorage.h"
#include "shapeFunction.h"
#include <stdlib.h>
#include <assert.h>
Functions | |
void | addLocalInternalForce (double intElem[3][MAXVAL], Interpolation *interpol) |
void | selementInternalForce (double intElem[3][MAXVAL], double xref[3][MAXVAL], double xcur[3][MAXVAL], SElement *element, double thick, double dtime) |
void addLocalInternalForce | ( | double | intElem[3][MAXVAL], | |
Interpolation * | interpol | |||
) |
References SVertexS::resi, and SElementS::vtx.
void selementInternalForce | ( | double | intElem[3][MAXVAL], | |
double | xref[3][MAXVAL], | |||
double | xcur[3][MAXVAL], | |||
SElement * | element, | |||
double | thick, | |||
double | dtime | |||
) |