ParMooN
 All Classes Functions Variables Friends Pages
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | Friends | List of all members
TQuadFormula3D Class Reference

#include <QuadFormula3D.h>

Inheritance diagram for TQuadFormula3D:
Inheritance graph
[legend]
Collaboration diagram for TQuadFormula3D:
Collaboration graph
[legend]

Public Member Functions

 TQuadFormula3D ()
 
 TQuadFormula3D (int n_points, double *weights, double *xi, double *eta, double *zeta, int acc)
 
virtual double * GetCoords (int i)
 
void GetFormulaData (int &n_points, double *&weights, double *&xi, double *&eta, double *&zeta)
 
- Public Member Functions inherited from TQuadFormula
int GetN_QuadPoints ()
 
double * GetWeights ()
 

Static Public Member Functions

static void FindLocalQuadFormula3D (int N_LocalUsedElements, FE3D *LocalUsedElements, QuadFormula2D &qf1, QuadFormula3D &qf2)
 

Protected Member Functions

void InitObject (int n, double *w, double *xi, double *eta, double *zeta, int acc)
 
- Protected Member Functions inherited from TQuadFormula
 TQuadFormula ()
 

Protected Attributes

double * Xi
 
double * Eta
 
double * Zeta
 
- Protected Attributes inherited from TQuadFormula
int N_QuadPoints
 
double * Weights
 
int Accuracy
 

Friends

std::ostream & operator<< (std::ostream &s, TQuadFormula3D *qf)
 

Detailed Description

quadrature formula for a 3D integral

Constructor & Destructor Documentation

TQuadFormula3D::TQuadFormula3D ( )

constructor

TQuadFormula3D::TQuadFormula3D ( int  n_points,
double *  weights,
double *  xi,
double *  eta,
double *  zeta,
int  acc 
)

constructor

Here is the call graph for this function:

Member Function Documentation

void TQuadFormula3D::FindLocalQuadFormula3D ( int  N_LocalUsedElements,
FE3D *  LocalUsedElements,
QuadFormula2D &  qf1,
QuadFormula3D &  qf2 
)
static

find a quadrature formula for all given elements

Here is the call graph for this function:

Here is the caller graph for this function:

double * TQuadFormula3D::GetCoords ( int  i)
virtual

return coordinates of the formula

Reimplemented from TQuadFormula.

void TQuadFormula3D::GetFormulaData ( int &  n_points,
double *&  weights,
double *&  xi,
double *&  eta,
double *&  zeta 
)

return all data of the quadrature formula

Here is the caller graph for this function:

void TQuadFormula3D::InitObject ( int  n,
double *  w,
double *  xi,
double *  eta,
double *  zeta,
int  acc 
)
protected

This is a private method for initializing the data structure

Here is the caller graph for this function:

Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  s,
TQuadFormula3D qf 
)
friend

print all information of this formula

Member Data Documentation

double* TQuadFormula3D::Eta
protected

second coordinate for the formula

double* TQuadFormula3D::Xi
protected

first coordinate for the formula

double* TQuadFormula3D::Zeta
protected

third coordinate for the formula


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