Public Member Functions | |
cIntPt (cIntPt *&, cElement *, int) | |
virtual void | SetNatCoord (void)=0 |
cIntPt * | GetNext (void) |
int | GetNumPts (void) |
int | GetLabel (void) |
cElement * | GetElementAddr (void) |
sNatCoord | GetCoord (void) |
double | GetWeight (void) |
sOrder | GetOrder (void) |
void | InitConstModel (void) |
void | UpdateConstModel (void) |
int | NumMatElastParam (void) |
void | MatElastParam (double *) |
void | ModifyCMatrix (double **) |
int | GetNumPrintScls (void) |
void | GetPrintSclLabs (char **) |
void | GetPrintSclVals (double *, double *) |
int | Stress (double *, double *) |
int | Stress (double *, sTensor *) |
virtual int | CheckTRMatrix (int, double **)=0 |
cIntPt (cIntPt *&, cElement *, int) | |
virtual void | SetNatCoord (void)=0 |
cIntPt * | GetNext (void) |
int | GetNumPts (void) |
int | GetLabel (void) |
cElement * | GetElementAddr (void) |
sNatCoord | GetCoord (void) |
double | GetWeight (void) |
sOrder | GetOrder (void) |
void | InitConstModel (void) |
void | UpdateConstModel (void) |
int | NumMatElastParam (void) |
void | MatElastParam (double *) |
void | ModifyCMatrix (double **) |
int | GetNumPrintScls (void) |
void | GetPrintSclLabs (char **) |
void | GetPrintSclVals (double *, double *) |
int | Stress (double *, double *) |
int | Stress (double *, sTensor *) |
virtual int | CheckTRMatrix (int, double **)=0 |
Static Public Member Functions | |
static cIntPt * | MakeLst (eIntType, eDomainType, sOrder *, cElement *) |
static cIntPt * | MakeLst (int, eDomainType, cElement *) |
static void | DestroyLst (cIntPt *&) |
static int | GetNumMeshIntPt (void) |
static cIntPt * | MakeLst (eIntType, eDomainType, sOrder *, cElement *) |
static cIntPt * | MakeLst (int, eDomainType, cElement *) |
static void | DestroyLst (cIntPt *&) |
static int | GetNumMeshIntPt (void) |
Protected Attributes | |
eIntType | _eiType |
eDomainType | _edType |
sOrder | _sOrder |
int | _iNumPts |
int | _iLabel |
sNatCoord | _sCoord |
double | _dWeight |
cConstModel * | _pcMod |
cElement * | _pcElm |