shells/fem/surfaceProp.h File Reference
#include "definitions.h"
Go to the source code of this file.
Classes |
struct | SurfacePropS |
Defines |
#define | DECLARE_EXTERN extern |
Typedefs |
typedef struct SurfacePropS | SurfaceProp |
Functions |
DECLARE_EXTERN void | svmtr (double x[3][MAXVAL], SurfaceProp *a, struct ShapeFunctionS *shap, int nst) |
DECLARE_EXTERN void | sa3der (double a3d[2][3], double akovr[3][3], double akovr2[3][3]) |
DECLARE_EXTERN void | svmtrshellspace3 (SurfaceProp *a, SurfaceProp *g, double thet3, double stretch) |
DECLARE_EXTERN void | sakovariant (double x[3][MAXVAL], struct ShapeFunctionS *shap, int nst, double akov[3][3], double *det) |
DECLARE_EXTERN double | detrddetlin (double akovc[3][3], double a3dc[2][3], double stretch, double thet3) |
Define Documentation
#define DECLARE_EXTERN extern |
Typedef Documentation
Function Documentation
DECLARE_EXTERN double detrddetlin |
( |
double |
akovc[3][3], |
|
|
double |
a3dc[2][3], |
|
|
double |
stretch, |
|
|
double |
thet3 | |
|
) |
| | |
DECLARE_EXTERN void sa3der |
( |
double |
a3d[2][3], |
|
|
double |
akovr[3][3], |
|
|
double |
akovr2[3][3] | |
|
) |
| | |
DECLARE_EXTERN void sakovariant |
( |
double |
x[3][MAXVAL], |
|
|
struct ShapeFunctionS * |
shap, |
|
|
int |
nst, |
|
|
double |
akov[3][3], |
|
|
double * |
det | |
|
) |
| | |
References SurfacePropS::akon, SurfacePropS::akov, SurfacePropS::akov2, SurfacePropS::amkon, SurfacePropS::amkov, ShapeFunctionS::deriv1, ShapeFunctionS::deriv2, SurfacePropS::det, and sinv3().
Referenced by selementDeadLoad(), selementInternalEnergy(), selementInternalForce(), selementLoadPressure(), and selementMass().