In file intrule.hpp:

class IntegrationPoint

An integration point

Documentation

An integration point

Public Methods

[more] IntegrationPoint()
[more] IntegrationPoint(double api[3], double aw)
[more] IntegrationPoint(double p1, double p2 = 0, double p3 = 0, double aw = 0)
[more] IntegrationPoint(const FlatVector<double> & ap, double aw)
[more]void SetNr(int anr)
[more]void SetGlobNr(int aipnr)
[more]const double* Point() const
[more]int Size() const
[more]const double& operator() (int i) const
[more]double& operator() (int i)
[more]double Weight() const
[more]int Nr() const
number within integration rule
[more]int IPNr() const
global number of ip

Private Fields

[more]int nr
number within intergration Rule
[more]int glob_nr
enumerates ALL intergration points for element type
[more]double pi[3]
coordinates (empty values for 1D and 2D)
[more]double weight
weight of integration point

oint nr
number within intergration Rule

oint glob_nr
enumerates ALL intergration points for element type

odouble pi[3]
coordinates (empty values for 1D and 2D)

odouble weight
weight of integration point

o IntegrationPoint()

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

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

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

ovoid SetNr(int anr)

ovoid SetGlobNr(int aipnr)

oconst double* Point() const

oint Size() const

oconst double& operator() (int i) const

odouble& operator() (int i)

odouble Weight() const

oint Nr() const
number within integration rule

oint 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++.