Go to the source code of this file.
|
subroutine | mt01bb (A11, A12, A13, A14, A22, A23, A24, A33, A34, A44, XMUL, SURFAC, NELEM, NELMAX) |
|
◆ mt01bb()
subroutine mt01bb |
( |
double precision, dimension(*), intent(inout) |
A11, |
|
|
double precision, dimension(*), intent(inout) |
A12, |
|
|
double precision, dimension(*), intent(inout) |
A13, |
|
|
double precision, dimension(*), intent(inout) |
A14, |
|
|
double precision, dimension(*), intent(inout) |
A22, |
|
|
double precision, dimension(*), intent(inout) |
A23, |
|
|
double precision, dimension(*), intent(inout) |
A24, |
|
|
double precision, dimension(*), intent(inout) |
A33, |
|
|
double precision, dimension(*), intent(inout) |
A34, |
|
|
double precision, dimension(*), intent(inout) |
A44, |
|
|
double precision, intent(in) |
XMUL, |
|
|
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] | A14 | Elements of matrix |
[out] | A22 | Elements of matrix |
[out] | A23 | Elements of matrix |
[out] | A24 | Elements of matrix |
[out] | A33 | Elements of matrix |
[out] | A34 | Elements of matrix |
[out] | A44 | Elements of matrix |
[in] | NELEM | Number of elements |
[in] | NELMAX | Maximum number of elements |
[in] | SURFAC | Area of triangles |
[in] | XMUL | Multiplication factor |
[in] | nelmax | [out] A11 Elements of matrix |
[out] | A12 | Elements of matrix |
[out] | A13 | Elements of matrix |
[out] | A14 | Elements of matrix |
[out] | A22 | Elements of matrix |
[out] | A23 | Elements of matrix |
[out] | A24 | Elements of matrix |
[out] | A33 | Elements of matrix |
[out] | A34 | Elements of matrix |
[out] | A44 | Elements of matrix |
[in] | NELEM | Number of elements |
[in] | NELMAX | Maximum number of elements |
[in] | SURFAC | Area of triangles |
[in] | XMUL | Multiplication factor |
Definition at line 11 of file mt01bb.f.