Go to the source code of this file.
|
subroutine | vc08aa (XMUL, SF, SU, SV, F, U, V, XEL, YEL, IKLE, NELEM, NELMAX, W1, W2, W3, FORMUL) |
|
◆ vc08aa()
subroutine vc08aa |
( |
double precision, intent(in) |
XMUL, |
|
|
type(bief_obj), intent(in) |
SF, |
|
|
type(bief_obj), intent(in) |
SU, |
|
|
type(bief_obj), intent(in) |
SV, |
|
|
double precision, dimension(*), intent(in) |
F, |
|
|
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, |
|
|
integer, dimension(nelmax,*), intent(in) |
IKLE, |
|
|
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, |
|
|
character(len=16), intent(in) |
FORMUL |
|
) |
| |
- Parameters
-
[in] | nelem | F Function used in the vector formula |
[in] | FORMUL | String with formula of vector |
[in] | IKLE | Connectivity table |
[in] | NELEM | Number of elements |
[in] | NELMAX | Maximum number of elements |
[in] | SF | Bief_obj structure of f |
[in] | SU | Bief_obj structure of u |
[in] | SV | Bief_obj structure of v |
[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] | FORMUL | String with formula of vector |
[in] | IKLE | Connectivity table |
[in] | NELEM | Number of elements |
[in] | NELMAX | Maximum number of elements |
[in] | SF | Bief_obj structure of f |
[in] | SU | Bief_obj structure of u |
[in] | SV | Bief_obj structure of v |
[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 vc08aa.f.