Go to the source code of this file.
|
subroutine | vc01oo (XMUL, SF, F, LGSEG, IKLE1, IKLE2, NBOR, NELEM, NELMAX, W1, W2) |
|
◆ vc01oo()
subroutine vc01oo |
( |
double precision, intent(in) |
XMUL, |
|
|
type(bief_obj), intent(in) |
SF, |
|
|
double precision, dimension(*), intent(in) |
F, |
|
|
double precision, dimension(*), intent(in) |
LGSEG, |
|
|
integer, dimension(nelmax), intent(in) |
IKLE1, |
|
|
integer, dimension(nelmax), intent(in) |
IKLE2, |
|
|
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] | IKLE1 | First point of segments |
[in] | IKLE2 | Second point of segments |
[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 |
[out] | W1 | Result in non assembled form |
[out] | W2 | Result in non assembled form |
[in] | XMUL | Multiplication coefficient |
[in] | nelmax | F Function used in the vector formula |
[in] | IKLE1 | First point of segments |
[in] | IKLE2 | Second point of segments |
[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 |
[out] | W1 | Result in non assembled form |
[out] | W2 | Result in non assembled form |
[in] | XMUL | Multiplication coefficient |
Definition at line 7 of file vc01oo.f.