The TELEMAC-MASCARET system
trunk
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | vc03aa (XMUL, SF, SG, SH, SU, SV, F, G, H, U, V, XEL, YEL, SURFAC, IKLE1, IKLE2, IKLE3, NELEM, NELMAX, W1, W2, W3) |
subroutine vc03aa | ( | double precision, intent(in) | XMUL, |
type(bief_obj), intent(in) | SF, | ||
type(bief_obj), intent(in) | SG, | ||
type(bief_obj), intent(in) | SH, | ||
type(bief_obj), intent(in) | SU, | ||
type(bief_obj), intent(in) | SV, | ||
double precision, dimension(*), intent(in) | F, | ||
double precision, dimension(*), intent(in) | G, | ||
double precision, dimension(*), intent(in) | H, | ||
double precision, dimension(*), intent(in) | U, | ||
double precision, dimension(*), intent(in) | V, | ||
double precision, dimension(nelmax,*), intent(in) | XEL, | ||
double precision, dimension(nelmax,*), intent(in) | YEL, | ||
double precision, dimension(nelmax), intent(in) | SURFAC, | ||
integer, dimension(nelmax), intent(in) | IKLE1, | ||
integer, dimension(nelmax), intent(in) | IKLE2, | ||
integer, dimension(nelmax), intent(in) | IKLE3, | ||
integer, intent(in) | NELEM, | ||
integer, intent(in) | NELMAX, | ||
double precision, dimension(nelmax), intent(inout) | W1, | ||
double precision, dimension(nelmax), intent(inout) | W2, | ||
double precision, dimension(nelmax), intent(inout) | W3 | ||
) |
[in] | nelem | F Function used in the vector formula |
[in] | G | Function used in the vector formula |
[in] | H | Function used in the vector formula |
[in] | IKLE1 | First point of triangles |
[in] | IKLE2 | Second point of triangles |
[in] | IKLE3 | Third point of triangles |
[in] | NELEM | Number of elements |
[in] | NELMAX | Maximum number of elements |
[in] | SF | Bief_obj structure of f |
[in] | SG | Bief_obj structure of g |
[in] | SH | Bief_obj structure of h |
[in] | SU | Bief_obj structure of u |
[in] | SV | Bief_obj structure of v |
[in] | SURFAC | Area of triangles |
[in] | U | Function used in the vector formula |
[in] | V | Function used in the vector formula |
[out] | W1 | Result in non assembled form |
[out] | W2 | Result in non assembled form |
[out] | W3 | Result in non assembled form |
[in] | XEL | Abscissae of points in the mesh, per element |
[in] | XMUL | Multiplication coefficient |
[in] | YEL | Ordinates of points in the mesh, per element |
[in] | nelmax | F Function used in the vector formula |
[in] | G | Function used in the vector formula |
[in] | H | Function used in the vector formula |
[in] | IKLE1 | First point of triangles |
[in] | IKLE2 | Second point of triangles |
[in] | IKLE3 | Third point of triangles |
[in] | NELEM | Number of elements |
[in] | NELMAX | Maximum number of elements |
[in] | SF | Bief_obj structure of f |
[in] | SG | Bief_obj structure of g |
[in] | SH | Bief_obj structure of h |
[in] | SU | Bief_obj structure of u |
[in] | SV | Bief_obj structure of v |
[in] | SURFAC | Area of triangles |
[in] | U | Function used in the vector formula |
[in] | V | Function used in the vector formula |
[out] | W1 | Result in non assembled form |
[out] | W2 | Result in non assembled form |
[out] | W3 | Result in non assembled form |
[in] | XEL | Abscissae of points in the mesh, per element |
[in] | XMUL | Multiplication coefficient |
[in] | YEL | Ordinates of points in the mesh, per element |
Definition at line 8 of file vc03aa.f.