Contains information for an nodal matrix.
More...
|
integer(intg) | equationsmatrixnumber |
| The equations matrix number that this nodal matrix belongs to. More...
|
|
integer(intg) | structuretype |
| The structure type of the nodal matrix. More...
|
|
integer(intg) | numberofrows |
| The current number of rows in the nodal matrix. More...
|
|
integer(intg) | numberofcolumns |
| The current number of columns in the nodal matrix. More...
|
|
integer(intg) | maxnumberofrows |
| The maximum (allocated) number of rows in the nodal matrix. More...
|
|
integer(intg) | maxnumberofcolumns |
| The maximum (allocated) number of columns in the nodal matrix. More...
|
|
integer(intg), dimension(:), allocatable | rowdofs |
| rowDofx(i). The equations row that the i'th row of the nodal matrix belongs to. More...
|
|
integer(intg), dimension(:), allocatable | columndofs |
| columnDofs(j). The equations column that the j'th column of the nodal 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 nodal matrix. More...
|
|
Contains information for an nodal matrix.
Definition at line 1408 of file types.f90.
integer(intg), dimension(:), allocatable types::nodalmatrixtype::columndofs |
columnDofs(j). The equations column that the j'th column of the nodal matrix bleongs to.
Definition at line 1416 of file types.f90.
integer(intg) types::nodalmatrixtype::equationsmatrixnumber |
The equations matrix number that this nodal matrix belongs to.
Definition at line 1409 of file types.f90.
real(dp), dimension(:,:), allocatable types::nodalmatrixtype::matrix |
matrix(i,j). The vlaue of the i'th row and the j'th column of the nodal matrix.
Definition at line 1417 of file types.f90.
integer(intg) types::nodalmatrixtype::maxnumberofcolumns |
The maximum (allocated) number of columns in the nodal matrix.
Definition at line 1414 of file types.f90.
integer(intg) types::nodalmatrixtype::maxnumberofrows |
The maximum (allocated) number of rows in the nodal matrix.
Definition at line 1413 of file types.f90.
integer(intg) types::nodalmatrixtype::numberofcolumns |
The current number of columns in the nodal matrix.
Definition at line 1412 of file types.f90.
integer(intg) types::nodalmatrixtype::numberofrows |
The current number of rows in the nodal matrix.
Definition at line 1411 of file types.f90.
integer(intg), dimension(:), allocatable types::nodalmatrixtype::rowdofs |
rowDofx(i). The equations row that the i'th row of the nodal matrix belongs to.
Definition at line 1415 of file types.f90.
integer(intg) types::nodalmatrixtype::structuretype |