Contains information for an nodal vector.
More...
|
integer(intg) | numberofrows |
| The current number of rows in the nodal vector. More...
|
|
integer(intg) | maxnumberofrows |
| The maximum (allocated) number of rows in the nodal vecotr. More...
|
|
integer(intg), dimension(:), allocatable | rowdofs |
| rowDofs(i). The equations row that the i'th row of the nodal vector belongs to More...
|
|
real(dp), dimension(:), allocatable | vector |
| vector(i). The value of the i'th row of the nodal vector More...
|
|
Contains information for an nodal vector.
Definition at line 1421 of file types.f90.
integer(intg) types::nodalvectortype::maxnumberofrows |
The maximum (allocated) number of rows in the nodal vecotr.
Definition at line 1423 of file types.f90.
integer(intg) types::nodalvectortype::numberofrows |
The current number of rows in the nodal vector.
Definition at line 1422 of file types.f90.
integer(intg), dimension(:), allocatable types::nodalvectortype::rowdofs |
rowDofs(i). The equations row that the i'th row of the nodal vector belongs to
Definition at line 1424 of file types.f90.
real(dp), dimension(:), allocatable types::nodalvectortype::vector |
vector(i). The value of the i'th row of the nodal vector
Definition at line 1425 of file types.f90.