ParMooN
 All Classes Functions Variables Friends Pages
Public Member Functions | List of all members
TQuadFormulaTetra Class Reference

#include <QuadFormulaTetra.h>

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

Public Member Functions

 TQuadFormulaTetra ()
 
 TQuadFormulaTetra (int n_points, double *weights, double *xi, double *eta, double *zeta, int acc)
 
void BaryCenter ()
 
void Vertex ()
 
void P2Exact ()
 
void P4Exact ()
 
void P5Exact ()
 
void P8Exact ()
 
- Public Member Functions inherited from TQuadFormula3D
 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 ()
 

Additional Inherited Members

- Static Public Member Functions inherited from TQuadFormula3D
static void FindLocalQuadFormula3D (int N_LocalUsedElements, FE3D *LocalUsedElements, QuadFormula2D &qf1, QuadFormula3D &qf2)
 
- Protected Member Functions inherited from TQuadFormula3D
void InitObject (int n, double *w, double *xi, double *eta, double *zeta, int acc)
 
- Protected Member Functions inherited from TQuadFormula
 TQuadFormula ()
 
- Protected Attributes inherited from TQuadFormula3D
double * Xi
 
double * Eta
 
double * Zeta
 
- Protected Attributes inherited from TQuadFormula
int N_QuadPoints
 
double * Weights
 
int Accuracy
 

Detailed Description

quadrature formula for a 3D integral on a tetrahedron

Constructor & Destructor Documentation

TQuadFormulaTetra::TQuadFormulaTetra ( )

constructor

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

constructor

Member Function Documentation

void TQuadFormulaTetra::BaryCenter ( )

BaryCenter

Here is the call graph for this function:

Here is the caller graph for this function:

void TQuadFormulaTetra::P2Exact ( )

P2 exact formula

Here is the call graph for this function:

Here is the caller graph for this function:

void TQuadFormulaTetra::P4Exact ( )

P4 exact formula

Here is the call graph for this function:

Here is the caller graph for this function:

void TQuadFormulaTetra::P5Exact ( )

P5 exact formula

Here is the call graph for this function:

Here is the caller graph for this function:

void TQuadFormulaTetra::P8Exact ( )

P8 exact formula

Here is the call graph for this function:

Here is the caller graph for this function:

void TQuadFormulaTetra::Vertex ( )

Vertex

Here is the call graph for this function:

Here is the caller graph for this function:


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