In file intrule.hpp:

class IntegrationPoint


Documentation


Public Methods

[more] IntegrationPoint(double api[3], double aw)
[more] IntegrationPoint(double p1, double p2, double p3, double aw)
[more] IntegrationPoint(const FlatVector<double> & ap, double aw)
[more]void SetIPNr(int aipnr)
[more]const double* Point() const
[more]int Size() const
[more]double operator() (int i) const
[more]double& operator() (int i)
[more]double X() const
[more]double Y() const
[more]double Z() const
[more]double Weight() const
[more]int IPNr() const
[more]bool operator== (const IntegrationPoint & ip2) const

Private Fields

[more]int ipnr
[more]double pi[3]
enumerates ALL intergration points for element type
[more]double weight

oint ipnr

odouble pi[3]
enumerates ALL intergration points for element type

odouble weight

o IntegrationPoint(double api[3], double aw)

o IntegrationPoint(double p1, double p2, double p3, double aw)

o IntegrationPoint(const FlatVector<double> & ap, double aw)

ovoid SetIPNr(int aipnr)

oconst double* Point() const

oint Size() const

odouble operator() (int i) const

odouble& operator() (int i)

odouble X() const

odouble Y() const

odouble Z() const

odouble Weight() const

oint IPNr() const

obool operator== (const IntegrationPoint & ip2) const


This class has no child classes.
Friends:
ostream & operator<< (ostream & ost, const IntegrationPoint & ip)

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.