Go to the source code of this file.
|
subroutine | assex3 (XM, STO, NAME, IELM1, IELM2, TYPEXT, XMT, DIM1XMT, DIM2XMT, STOXMT, MESH, NELMAX, ELTSEG, ORISEG) |
|
◆ assex3()
subroutine assex3 |
( |
double precision, dimension(*), intent(inout) |
XM, |
|
|
integer, intent(inout) |
STO, |
|
|
character(len=6), intent(in) |
NAME, |
|
|
integer, intent(in) |
IELM1, |
|
|
integer, intent(in) |
IELM2, |
|
|
character(len=1), intent(in) |
TYPEXT, |
|
|
double precision, dimension(dim1xmt,dim2xmt), intent(inout) |
XMT, |
|
|
integer, intent(in) |
DIM1XMT, |
|
|
integer, intent(in) |
DIM2XMT, |
|
|
integer, intent(in) |
STOXMT, |
|
|
type(bief_mesh), intent(in) |
MESH, |
|
|
integer, intent(in) |
NELMAX, |
|
|
integer, dimension(nelmax,*), intent(in) |
ELTSEG, |
|
|
integer, dimension(nelmax,*), intent(in) |
ORISEG |
|
) |
| |
- Parameters
-
[in,out] | sto | [in] DIM1XMT First dimension of xmt |
[in] | DIM2XMT | Second dimension of xmt |
[in] | ELTSEG | Segments in an element |
[in] | IELM1 | Element of lines in the matrix |
[in] | IELM2 | Element of rows in the matrix |
[in] | MESH | Mesh-structure |
[in] | NAME | Fortran name of the matrix |
[in] | NELMAX | Maximum number of elements in the mesh |
[in] | ORISEG | Orientation of segments |
[in] | STO | Storage required in xm 1: ebe 3: edge-based |
[in] | STOXMT | Storage of off-diagonal terms 1: XMT(NELMAX,*) 2: XMT(*,NELMAX) |
[in] | TYPEXT | Type of off-diagonal terms |
[in,out] | XM | Assembled off-diagonal terms |
[in,out] | XMT | Off-diagonal terms of the work matrix |
Definition at line 8 of file assex3.f.