Table 4.10:
Parameters of the grid adaption Model
Name |
Type |
I/O |
Description |
material |
MdlString |
I |
material of the actual segment
|
|
x1 |
double |
I |
x coordinate of the triangle point #1
|
|
x2 |
double |
I |
x coordinate of the triangle point #2
|
|
x3 |
double |
I |
x coordinate of the triangle point #3
|
|
y1 |
double |
I |
y coordinate of the triangle point #1
|
|
y2 |
double |
I |
y coordinate of the triangle point #2
|
|
y3 |
double |
I |
y coordinate of the triangle point #3
|
|
refine |
MdlBool |
O |
true: the triangle will be refined,
false: don't refine
Default: false
|
|