|
IFEM
90A354
|
Struct defining a result sampling point. More...
#include <SIMoutput.h>

Public Member Functions | |
| ResultPoint (short int n=0) | |
| Default constructor. | |
Public Attributes | |
| short int | npar |
| Number of parameters. | |
| unsigned int | patch |
| Patch index [1,nPatch]. | |
| double | u [3] |
| Parameters of the point (u,v,w) | |
| Vec3 | X |
| Spatial coordinates of the point. | |
| int | inod |
| Local (1-based) index of the closest node. | |
| int | iel |
| If non-zero, this point is the center of element iel. | |
Struct defining a result sampling point.