IFEM  90A354
Public Member Functions | Public Attributes | List of all members
ItgPoint Class Reference

Class representing an integration point. More...

#include <ItgPoint.h>

Inheritance diagram for ItgPoint:
Inheritance graph
[legend]

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.
 

Detailed Description

Class representing an integration point.


The documentation for this class was generated from the following file: