#include <math.h>
#include "surfaceProp.h"
#include "smath.h"
#include "shapeFunction.h"
Functions | |
| void | svmtr (double x[3][20], SurfaceProp *a, ShapeFunction *shap, int nst) |
| void | sakovariant (double x[3][20], ShapeFunction *shap, int nst, double akov[3][3], double *det) |
| void | sa3der (double a3d[2][3], double akovr[3][3], double akovr2[3][3]) |
| void | svmtrshellspace3 (SurfaceProp *a, SurfaceProp *g, double thet3, double stretch) |
| double | detrddetlin (double akovc[3][3], double a3dc[2][3], double stretch, double thet3) |
| double detrddetlin | ( | double | akovc[3][3], | |
| double | a3dc[2][3], | |||
| double | stretch, | |||
| double | thet3 | |||
| ) |
| void sa3der | ( | double | a3d[2][3], | |
| double | akovr[3][3], | |||
| double | akovr2[3][3] | |||
| ) |
| void sakovariant | ( | double | x[3][20], | |
| ShapeFunction * | shap, | |||
| int | nst, | |||
| double | akov[3][3], | |||
| double * | det | |||
| ) |
| void svmtr | ( | double | x[3][20], | |
| SurfaceProp * | a, | |||
| ShapeFunction * | shap, | |||
| int | nst | |||
| ) |
| void svmtrshellspace3 | ( | SurfaceProp * | a, | |
| SurfaceProp * | g, | |||
| double | thet3, | |||
| double | stretch | |||
| ) |
1.4.7