Go to the source code of this file.
|
subroutine | vc10oo (XMUL, SF, SU, SV, F, U, V, XNOR, YNOR, LGSEG, IKLE, NBOR, NELEM, NELMAX, W1, W2) |
|
◆ vc10oo()
subroutine vc10oo |
( |
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) |
XNOR, |
|
|
double precision, dimension(nelmax), intent(in) |
YNOR, |
|
|
double precision, dimension(*), intent(in) |
LGSEG, |
|
|
integer, dimension(nelmax,*), intent(in) |
IKLE, |
|
|
integer, dimension(*), intent(in) |
NBOR, |
|
|
integer, intent(in) |
NELEM, |
|
|
integer, intent(in) |
NELMAX, |
|
|
double precision, dimension(nelmax), intent(inout) |
W1, |
|
|
double precision, dimension(nelmax), intent(inout) |
W2 |
|
) |
| |
- Parameters
-
[in] | nelem | F Function used in the vector formula |
[in] | IKLE | Connectivity table |
[in] | LGSEG | Length of segments |
[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] | 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 |
[in] | XMUL | Multiplication coefficient |
[in] | XNOR | First component of normal to element |
[in] | YNOR | Second component of normal to element |
[in] | nelmax | F Function used in the vector formula |
[in] | IKLE | Connectivity table |
[in] | LGSEG | Length of segments |
[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] | 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 |
[in] | XMUL | Multiplication coefficient |
[in] | XNOR | First component of normal to element |
[in] | YNOR | Second component of normal to element |
Definition at line 8 of file vc10oo.f.