Go to the source code of this file.
|
subroutine | bief_allvec (NAT, VEC, NOM, IELM, DIM2, STATUT, MESH) |
|
◆ bief_allvec()
subroutine bief_allvec |
( |
integer, intent(in) |
NAT, |
|
|
type(bief_obj), intent(inout) |
VEC, |
|
|
character(len=6), intent(in) |
NOM, |
|
|
integer, intent(in) |
IELM, |
|
|
integer, intent(in) |
DIM2, |
|
|
integer, intent(in) |
STATUT, |
|
|
type(bief_mesh), intent(in) |
MESH |
|
) |
| |
- Parameters
-
[in,out] | vec | [in] DIM2 Second dimension of vector |
[in] | IELM | Type of element, or dimension (DEPENDING ON 'STATUT') |
[out] | NAT | 1: double precision 2:vector of integers 3: DOUBLE PRECISION AND VECTOR OF INTEGERS |
[in] | NOM | Fortran name |
[in] | REFINE | Number of refinement levels |
[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 |
[out] | VEC | Vector to be allocated |
Definition at line 7 of file bief_allvec.f.