Go to the source code of this file.
|
subroutine | mt02aa_2 (A11, A12, A13, A22, A23, A33, XMUL, SU, SV, XEL, YEL, SURFAC, NELEM, NELMAX) |
|
◆ mt02aa_2()
subroutine mt02aa_2 |
( |
double precision, dimension(*), intent(inout) |
A11, |
|
|
double precision, dimension(*), intent(inout) |
A12, |
|
|
double precision, dimension(*), intent(inout) |
A13, |
|
|
double precision, dimension(*), intent(inout) |
A22, |
|
|
double precision, dimension(*), intent(inout) |
A23, |
|
|
double precision, dimension(*), intent(inout) |
A33, |
|
|
double precision, intent(in) |
XMUL, |
|
|
type(bief_obj), intent(in) |
SU, |
|
|
type(bief_obj), intent(in) |
SV, |
|
|
double precision, dimension(nelmax,3), intent(in) |
XEL, |
|
|
double precision, dimension(nelmax,3), intent(in) |
YEL, |
|
|
double precision, dimension(nelmax), intent(in) |
SURFAC, |
|
|
integer, intent(in) |
NELEM, |
|
|
integer, intent(in) |
NELMAX |
|
) |
| |
- Parameters
-
[in] | nelem | [out] A11 Elements of matrix |
[out] | A12 | Elements of matrix |
[out] | A13 | Elements of matrix |
[out] | A22 | Elements of matrix |
[out] | A23 | Elements of matrix |
[out] | A33 | Elements of matrix |
[in] | NELEM | Number of elements |
[in] | NELMAX | Maximum number of elements |
[in] | SU | Bief_obj structure of u |
[in] | SURFAC | Area of triangles |
[in] | SV | Bief_obj structure of v |
[in] | XEL | Abscissae of points in the mesh, per element |
[in] | YEL | Ordinates of points in the mesh, per element |
[in] | XMUL | Multiplication factor |
[in] | nelmax | [out] A11 Elements of matrix |
[out] | A12 | Elements of matrix |
[out] | A13 | Elements of matrix |
[out] | A22 | Elements of matrix |
[out] | A23 | Elements of matrix |
[out] | A33 | Elements of matrix |
[in] | NELEM | Number of elements |
[in] | NELMAX | Maximum number of elements |
[in] | SU | Bief_obj structure of u |
[in] | SURFAC | Area of triangles |
[in] | SV | Bief_obj structure of v |
[in] | XEL | Abscissae of points in the mesh, per element |
[in] | YEL | Ordinates of points in the mesh, per element |
[in] | XMUL | Multiplication factor |
Definition at line 11 of file mt02aa_2.f.