Go to the source code of this file.
|
subroutine | mt13aa (A11, A12, A13, A21, A22, A23, A31, A32, A33, XMUL, XEL, YEL, NELEM, NELMAX, ICOORD) |
|
◆ mt13aa()
subroutine mt13aa |
( |
double precision, dimension(*), intent(inout) |
A11, |
|
|
double precision, dimension(*), intent(inout) |
A12, |
|
|
double precision, dimension(*), intent(inout) |
A13, |
|
|
double precision, dimension(*), intent(inout) |
A21, |
|
|
double precision, dimension(*), intent(inout) |
A22, |
|
|
double precision, dimension(*), intent(inout) |
A23, |
|
|
double precision, dimension(*), intent(inout) |
A31, |
|
|
double precision, dimension(*), intent(inout) |
A32, |
|
|
double precision, dimension(*), intent(inout) |
A33, |
|
|
double precision, intent(in) |
XMUL, |
|
|
double precision, dimension(nelmax,3), intent(in) |
XEL, |
|
|
double precision, dimension(nelmax,3), intent(in) |
YEL, |
|
|
integer, intent(in) |
NELEM, |
|
|
integer, intent(in) |
NELMAX, |
|
|
integer, intent(in) |
ICOORD |
|
) |
| |
- Parameters
-
[in] | nelem | [out] A11 Elements of matrix |
[out] | A12 | Elements of matrix |
[out] | A13 | Elements of matrix |
[out] | A21 | Elements of matrix |
[out] | A22 | Elements of matrix |
[out] | A23 | Elements of matrix |
[out] | A31 | Elements of matrix |
[out] | A32 | Elements of matrix |
[out] | A33 | Elements of matrix |
[in] | ICOORD | 1: derivative along x, 2: along y |
[in] | NELEM | Number of elements |
[in] | NELMAX | Maximum number of elements |
[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] | A21 | Elements of matrix |
[out] | A22 | Elements of matrix |
[out] | A23 | Elements of matrix |
[out] | A31 | Elements of matrix |
[out] | A32 | Elements of matrix |
[out] | A33 | Elements of matrix |
[in] | ICOORD | 1: derivative along x, 2: along y |
[in] | NELEM | Number of elements |
[in] | NELMAX | Maximum number of elements |
[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] | icoord | [out] A11 Elements of matrix |
[out] | A12 | Elements of matrix |
[out] | A13 | Elements of matrix |
[out] | A21 | Elements of matrix |
[out] | A22 | Elements of matrix |
[out] | A23 | Elements of matrix |
[out] | A31 | Elements of matrix |
[out] | A32 | Elements of matrix |
[out] | A33 | Elements of matrix |
[in] | ICOORD | 1: derivative along x, 2: along y |
[in] | NELEM | Number of elements |
[in] | NELMAX | Maximum number of elements |
[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 10 of file mt13aa.f.