|
IFEM
90A354
|
Struct for face node definitions. More...
Public Member Functions | |
| Face () | |
| Default constructor. | |
| int | next () |
| Returns isnod which then is incremented. | |
Public Attributes | |
| int | isnod |
| Global node number of the first interior point on the face. | |
| int | incrI |
| Increment in global numbering in the I-direction on the face. | |
| int | incrJ |
| Increment in global numbering in the J-direction on the face. | |
| int | nnodI |
| Number of nodes in the local I-direction on the face. | |
| int | indxI |
| Running node index in the local I-direction. | |
Struct for face node definitions.