Go to the source code of this file.
|
subroutine | bief_allmat (MAT, NOM, IELM1, IELM2, CFG, TYPDIA, TYPEXT, MESH) |
|
◆ bief_allmat()
subroutine bief_allmat |
( |
type(bief_obj), intent(inout) |
MAT, |
|
|
character(len=6), intent(in) |
NOM, |
|
|
integer, intent(in) |
IELM1, |
|
|
integer, intent(in) |
IELM2, |
|
|
integer, dimension(2), intent(in) |
CFG, |
|
|
character(len=1), intent(in) |
TYPDIA, |
|
|
character(len=1), intent(in) |
TYPEXT, |
|
|
type(bief_mesh), intent(in) |
MESH |
|
) |
| |
- Parameters
-
[in,out] | mat | [in] CFG Information on storage of matrix CFG(1): STORAGE CFG(2): MATRIX-VECTOR PRODUCT |
[in] | IELM1 | Type of element per line |
[in] | IELM2 | Type of element per column |
[in,out] | MAT | The matrix to be allocated |
[in] | MESH | Mesh structure |
[in] | NOM | Fortran name of matrix |
[in] | TYPDIA | Type of diagonal ('q', 'i' ou '0') |
[in] | TYPEXT | Type of off-diagonal terms :'q','s' ou '0' |
Definition at line 7 of file bief_allmat.f.