Go to the source code of this file.
|
subroutine | vector (VEC, OP, FORMUL, IELM1, XMUL, F, G, H, U, V, W, MESH, MSK, MASKEL, LEGO, ASSPAR) |
|
◆ vector()
subroutine vector |
( |
type(bief_obj), intent(inout) |
VEC, |
|
|
character(len=1), intent(in) |
OP, |
|
|
character(len=16), intent(in) |
FORMUL, |
|
|
integer, intent(in) |
IELM1, |
|
|
double precision, intent(in) |
XMUL, |
|
|
type(bief_obj), intent(in) |
F, |
|
|
type(bief_obj), intent(in) |
G, |
|
|
type(bief_obj), intent(in) |
H, |
|
|
type(bief_obj), intent(in) |
U, |
|
|
type(bief_obj), intent(in) |
V, |
|
|
type(bief_obj), intent(in) |
W, |
|
|
type(bief_mesh), intent(inout) |
MESH, |
|
|
logical, intent(in) |
MSK, |
|
|
type(bief_obj), intent(in) |
MASKEL, |
|
|
logical, intent(in), optional |
LEGO, |
|
|
logical, intent(in), optional |
ASSPAR |
|
) |
| |
- Parameters
-
[in,out] | vec | [in] ASSPAR If yes, rarallel assembly of the vector is done |
[in] | F | Function used in the vector formula (bief_obj) |
[in] | FORMUL | String with the formula describing the vector |
[in] | G | Function used in the vector formula (bief_obj) |
[in] | H | Function used in the vector formula (bief_obj) |
[in] | IELM1 | Type of element |
[in] | MASKEL | Masking of elements =1. : NORMAL =0. : MASKED ELEMENT |
[in] | MESH | Mesh structure |
[in] | MSK | If yes, there is masked elements |
[in] | OP | '=' : we do vec= the vector '+' : WE DO VEC=VEC+ THE VECTOR |
[in] | U | Function used in the vector formula (bief_obj) |
[in] | V | Function used in the vector formula (bief_obj) |
[in] | W | Function used in the vector formula (bief_obj) |
[in,out] | VEC | Resulting vector |
[in] | XMUL | Multiplication coefficient |
Definition at line 7 of file vector.f.