|
NGSolve
4.9
|
An integration point. More...
#include <intrule.hpp>
Public Member Functions | |
| IntegrationPoint & | operator= (const IntegrationPoint &aip) |
| IntegrationPoint (const double api[3], double aw) | |
| IntegrationPoint (double p1=0, double p2=0, double p3=0, double aw=0) | |
| IntegrationPoint (const FlatVector< double > &ap, double aw) | |
| template<int D> | |
| IntegrationPoint (const Vec< D > &ap, double aw=-1) | |
| IntegrationPoint (const IntegrationPoint &aip) | |
| void | SetNr (int anr) |
| const double * | Point () const |
| int | Size () const |
| const double & | operator() (int i) const |
| double & | operator() (int i) |
| double | Weight () const |
| void | SetWeight (double w) |
| int | Nr () const |
| number within integration rule | |
| int | IPNr () const |
| global number of ip | |
| int & | FacetNr () |
| int | FacetNr () const |
Public Attributes | |
| bool | precomputed_geometry |
Friends | |
| NGS_DLL_HEADER ostream & | operator<< (ostream &ost, const IntegrationPoint &ip) |
An integration point.
1.7.6.1