|
integer(intg) | meshnumber |
| The mesh node number in the mesh. More...
|
|
integer(intg) | globalnumber |
| The global node number in the mesh. More...
|
|
integer(intg) | usernumber |
| The corresponding user number for the node. More...
|
|
integer(intg) | numberofderivatives |
| The number of global derivatives at the node for the mesh. Old CMISS name NKT(nj,np). More...
|
|
type(meshnodederivativetype), dimension(:), allocatable | derivatives |
| derivatives(derivativeIdx). Contains information on the derivativeIdx'th derivative of the node. More...
|
|
integer(intg) | numberofsurroundingelements |
| The number of elements surrounding the node in the mesh. Old CMISS name NENP(np,0,0:nr). More...
|
|
integer(intg), dimension(:), pointer | surroundingelements |
| surroudingElements(localElementIdx). The global element number of the localElementIdx'th element that is surrounding the node. Old CMISS name NENP(np,nep,0:nr). More...
|
|
logical | boundarynode |
| Is .TRUE. if the mesh node is on the boundary of the mesh, .FALSE. if not. More...
|
|
Contains the topology information for a global node of a mesh.
Definition at line 421 of file types.f90.