Go to the source code of this file.
◆ bief_allvec_in_block()
subroutine bief_allvec_in_block |
( |
type(bief_obj), intent(inout) |
BLO, |
|
|
integer, intent(in) |
N, |
|
|
integer, intent(in) |
NAT, |
|
|
character(len=6), intent(in) |
NOMGEN, |
|
|
integer, intent(in) |
IELM, |
|
|
integer, intent(in) |
NDIM, |
|
|
integer, intent(in) |
STATUT, |
|
|
type(bief_mesh), intent(in) |
MESH |
|
) |
| |
- Parameters
-
[in,out] | blo | [in, out] BLO Block where the vectors will be allocated |
[in] | IELM | Type of element of vectors, or dimension (DEPENDING ON 'STATUT', SEE BELOW) |
[in] | N | Number of vectors to be allocated |
[out] | NAT | 1: real vector 2:vector of integers |
[in] | NDIM | Second dimension of vectors |
[in] | NOMGEN | Generic name of vectors WILL BE COMPLETED WITH RANK |
[in] | STATUT | Vector status: 0 : FREE VECTOR, IELM IS ITS DIMENSION 1 : VECTOR DEFINED ON A MESH IELM IS THEN THE ELEMENT TYPE CHANGING DISCRETISATION FORBIDDEN 2 : LIKE 1 BUT CHANGING DISCRETISATION ALLOWED |
Definition at line 7 of file bief_allvec_in_block.f.