37 explicit ItgPoint(
double a,
double b = 0.0,
double c = 0.0,
size_t i = 0)
50 explicit ItgPoint(
const double* par,
size_t i = 0)
Class representing an integration point.
Definition: ItgPoint.h:25
int iel
Identifier of the element containing this point.
Definition: ItgPoint.h:71
ItgPoint(size_t i=0)
Default constructor.
Definition: ItgPoint.h:28
double eta
Second local coordinate within current element.
Definition: ItgPoint.h:74
size_t idx
Global index (0-based) of the element containing this point.
Definition: ItgPoint.h:72
double v
Second spline parameter of the point.
Definition: ItgPoint.h:68
double xi
First local coordinate within current element.
Definition: ItgPoint.h:73
double zeta
Third local coordinate within current element.
Definition: ItgPoint.h:75
size_t iGP
Global integration point counter.
Definition: ItgPoint.h:65
ItgPoint(const double *par, size_t i=0)
Alternative constructor initializing the spline domain parameters.
Definition: ItgPoint.h:50
double w
Third spline parameter of the point.
Definition: ItgPoint.h:69
ItgPoint(double a, double b=0.0, double c=0.0, size_t i=0)
Constructor initializing the spline domain parameters.
Definition: ItgPoint.h:37
double u
First spline parameter of the point.
Definition: ItgPoint.h:67
virtual ~ItgPoint()
Empty destructor.
Definition: ItgPoint.h:63