The TELEMAC-MASCARET system
trunk
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | mt06ft (A11, A12, A13, A22, A23, A33, XMUL, SF, F, X, Y, Z, IKLE1, IKLE2, IKLE3, NBOR, NELEM, NELMAX) |
subroutine mt06ft | ( | 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) | SF, | ||
double precision, dimension(*), intent(in) | F, | ||
double precision, dimension(*), intent(in) | X, | ||
double precision, dimension(*), intent(in) | Y, | ||
double precision, dimension(*), intent(in) | Z, | ||
integer, dimension(nelmax), intent(in) | IKLE1, | ||
integer, dimension(nelmax), intent(in) | IKLE2, | ||
integer, dimension(nelmax), intent(in) | IKLE3, | ||
integer, dimension(*), intent(in) | NBOR, | ||
integer, intent(in) | NELEM, | ||
integer, intent(in) | NELMAX | ||
) |
[in] | nbor | [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] | F | Function f used in the formula |
[in] | IKLE1 | First points of triangles |
[in] | IKLE2 | Second points of triangles |
[in] | IKLE3 | Third points of triangles |
[in] | NBOR | Global number of boundary points |
[in] | NELEM | Number of elements |
[in] | NELMAX | Maximum number of elements |
[in] | SF | Bief_obj structure of f |
[in] | SURFAC | Area of triangles |
[in] | XMUL | Multiplication factor |
[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] | F | Function f used in the formula |
[in] | IKLE1 | First points of triangles |
[in] | IKLE2 | Second points of triangles |
[in] | IKLE3 | Third points of triangles |
[in] | NBOR | Global number of boundary points |
[in] | NELEM | Number of elements |
[in] | NELMAX | Maximum number of elements |
[in] | SF | Bief_obj structure of f |
[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] | A22 | Elements of matrix |
[out] | A23 | Elements of matrix |
[out] | A33 | Elements of matrix |
[in] | F | Function f used in the formula |
[in] | IKLE1 | First points of triangles |
[in] | IKLE2 | Second points of triangles |
[in] | IKLE3 | Third points of triangles |
[in] | NBOR | Global number of boundary points |
[in] | NELEM | Number of elements |
[in] | NELMAX | Maximum number of elements |
[in] | SF | Bief_obj structure of f |
[in] | SURFAC | Area of triangles |
[in] | XMUL | Multiplication factor |
Definition at line 10 of file mt06ft.f.