NGSolve  4.9
Public Member Functions | Public Attributes | Friends
ngfem::IntegrationPoint Class Reference

An integration point. More...

#include <intrule.hpp>

List of all members.

Public Member Functions

IntegrationPointoperator= (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)

Detailed Description

An integration point.


The documentation for this class was generated from the following file: