In file intrule.hpp:An integration point
Documentation
An integration point
Public Methods
-
IntegrationPoint()
-
IntegrationPoint(double api[3], double aw)
-
IntegrationPoint(double p1, double p2 = 0, double p3 = 0, double aw = 0)
-
IntegrationPoint(const FlatVector<double> & ap, double aw)
-
void SetNr(int anr)
-
void SetGlobNr(int aipnr)
-
const double* Point() const
-
int Size() const
-
const double& operator() (int i) const
-
double& operator() (int i)
-
double Weight() const
-
int Nr() const
- number within integration rule
-
int IPNr() const
- global number of ip
Private Fields
-
int nr
- number within intergration Rule
-
int glob_nr
- enumerates ALL intergration points for element type
-
double pi[3]
- coordinates (empty values for 1D and 2D)
-
double weight
- weight of integration point
int nr
- number within intergration Rule
int glob_nr
- enumerates ALL intergration points for element type
double pi[3]
- coordinates (empty values for 1D and 2D)
double weight
- weight of integration point
IntegrationPoint()
IntegrationPoint(double api[3], double aw)
IntegrationPoint(double p1, double p2 = 0, double p3 = 0, double aw = 0)
IntegrationPoint(const FlatVector<double> & ap, double aw)
void SetNr(int anr)
void SetGlobNr(int aipnr)
const double* Point() const
int Size() const
const double& operator() (int i) const
double& operator() (int i)
double Weight() const
int Nr() const
- number within integration rule
int IPNr() const
- global number of ip
- 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++.