|
IFEM
90A354
|
Struct with data for definition of global node numbers of a patch. More...
#include <ASMs3D.h>

Public Member Functions | |
| BlockNodes () | |
| Default constructor. | |
| int | next () |
| Returns iinod which then is incremented. | |
Public Attributes | |
| int | ibnod [8] |
| Vertex nodes. | |
| Edge | edges [12] |
| Edge nodes. | |
| Face | faces [6] |
| Face nodes. | |
| int | iinod |
| Global node number of the first interior node. | |
| int | inc [3] |
| Increment in global node numbering in each direction. | |
| int | nnodI |
| Number of nodes in parameter direction I. | |
| int | nnodJ |
| Number of nodes in parameter direction J. | |
| int | indxI |
| Running node index in the local I-direction. | |
| int | indxJ |
| Running node index in the local J-direction. | |
Struct with data for definition of global node numbers of a patch.