Contains information for an element matrix.
More...
|
integer(intg) | equations_matrix_number |
| The equations matrix number that this element matrix belongs to. More...
|
|
integer(intg) | structure_type |
| The structure type of the element matrix. More...
|
|
integer(intg) | number_of_rows |
| The current number of rows in the element matrix. More...
|
|
integer(intg) | number_of_columns |
| The current number of columns in the element matrix. More...
|
|
integer(intg) | max_number_of_rows |
| The maximum (allocated) number of rows in the element matrix. More...
|
|
integer(intg) | max_number_of_columns |
| The maximu (allocated) number of columns in the element matrix. More...
|
|
integer(intg), dimension(:), allocatable | row_dofs |
| ROW_DOFS(i). The equations row that the i'th row of the element matrix belongs to. More...
|
|
integer(intg), dimension(:), allocatable | column_dofs |
| COLUMN_DOFS(j). The equations column that the j'th column of the element matrix bleongs to. More...
|
|
real(dp), dimension(:,:), allocatable | matrix |
| MATRIX(i,j). The vlaue of the i'th row and the j'th column of the element matrix. More...
|
|
Contains information for an element matrix.
Definition at line 1387 of file types.f90.
integer(intg), dimension(:), allocatable types::element_matrix_type::column_dofs |
COLUMN_DOFS(j). The equations column that the j'th column of the element matrix bleongs to.
Definition at line 1395 of file types.f90.
integer(intg) types::element_matrix_type::equations_matrix_number |
The equations matrix number that this element matrix belongs to.
Definition at line 1388 of file types.f90.
real(dp), dimension(:,:), allocatable types::element_matrix_type::matrix |
MATRIX(i,j). The vlaue of the i'th row and the j'th column of the element matrix.
Definition at line 1396 of file types.f90.
integer(intg) types::element_matrix_type::max_number_of_columns |
The maximu (allocated) number of columns in the element matrix.
Definition at line 1393 of file types.f90.
integer(intg) types::element_matrix_type::max_number_of_rows |
The maximum (allocated) number of rows in the element matrix.
Definition at line 1392 of file types.f90.
integer(intg) types::element_matrix_type::number_of_columns |
The current number of columns in the element matrix.
Definition at line 1391 of file types.f90.
integer(intg) types::element_matrix_type::number_of_rows |
The current number of rows in the element matrix.
Definition at line 1390 of file types.f90.
integer(intg), dimension(:), allocatable types::element_matrix_type::row_dofs |
ROW_DOFS(i). The equations row that the i'th row of the element matrix belongs to.
Definition at line 1394 of file types.f90.
integer(intg) types::element_matrix_type::structure_type |