AdH Kraken
0.0.0
Next generation Adaptive Hydraulics
Loading...
Searching...
No Matches
stensor.h
1
2
#ifndef H_STENSOR_
3
#define H_STENSOR_
4
5
/**************************************/
6
/**************************************/
7
typedef
struct
{
8
double
xx, xy, xz, yy, yz, zz;
/* the components of the tensor */
9
}
STENSOR
;
10
11
/**************************************/
12
/**************************************/
13
typedef
struct
{
14
double
xx, xy, yy;
/* the components of the tensor */
15
}
STENSOR2D
;
16
17
/**************************************/
18
/**************************************/
19
typedef
struct
{
20
double
xx, xy, yx, yy;
/* the components of the tensor */
21
}
STENSOR2DAI
;
22
23
/**************************************/
24
/**************************************/
25
typedef
struct
{
26
double
xx, xy, xz, yx, yy, yz, zx, zy, zz;
27
}
STENSOR3D
;
28
29
/*********************************************************/
30
/* struct methods -------------------------------------- */
31
32
void
stensor_init(
STENSOR
*);
33
void
stensor2d_init(
STENSOR2D
*);
34
void
stensor3d_init(
STENSOR3D
*);
35
double
stensor3d_max(
STENSOR3D
tensor);
36
void
stensor2d_add(
STENSOR2D
*new_tensor,
STENSOR2D
d1,
STENSOR2D
d2);
37
void
stensor2d_add_replace(
STENSOR2D
*d1,
STENSOR2D
d2);
38
void
stensor2dai_init(
STENSOR2DAI
*);
39
void
stensor_copy(
STENSOR
*to,
STENSOR
from);
40
void
stensor2dai_printScreen(
STENSOR2DAI
t);
41
42
#endif
STENSOR2DAI
Definition:
stensor.h:19
STENSOR2D
Definition:
stensor.h:13
STENSOR3D
Definition:
stensor.h:25
STENSOR
Definition:
stensor.h:7
structs
stensor
stensor.h
Generated on Thu Apr 3 2025 22:45:55 for AdH Kraken by
1.9.5