Class representing an integration point.
More...
#include <ItgPoint.h>
|
|
| 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.
|
| |
|
|
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.
The documentation for this class was generated from the following file:
- /home/runner/work/IFEM-2/IFEM-2/src/ASM/ItgPoint.h