|
IFEM
90A354
|
Class representing an integration point. More...
#include <ItgPoint.h>

Public Member Functions | |
| ItgPoint (size_t i=0) | |
| Default constructor. | |
| ItgPoint (double a, double b=0.0, double c=0.0, size_t i=0) | |
| Constructor initializing the spline domain parameters. | |
| ItgPoint (const double *par, size_t i=0) | |
| Alternative constructor initializing the spline domain parameters. | |
| virtual | ~ItgPoint () |
| Empty destructor. | |
Public Attributes | |
| size_t | iGP |
| Global integration point counter. | |
| double | u |
| First spline parameter of the point. | |
| double | v |
| Second spline parameter of the point. | |
| double | w |
| Third spline parameter of the point. | |
| int | iel |
| Identifier of the element containing this point. | |
| size_t | idx |
| Global index (0-based) of the element containing this point. | |
| double | xi |
| First local coordinate within current element. | |
| double | eta |
| Second local coordinate within current element. | |
| double | zeta |
| Third local coordinate within current element. | |
Class representing an integration point.