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

#include <QuadFormulaQuad.h>

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

Public Member Functions

 TQuadFormulaQuad ()
 
 TQuadFormulaQuad (int n_points, double *weights, double *xi, double *eta, int acc)
 
void Gauss9 ()
 
void Gauss8 ()
 
void Gauss7 ()
 
void Gauss6 ()
 
void Gauss5 ()
 
void Gauss4 ()
 
void Gauss3 ()
 
void Gauss2 ()
 
void Vertex ()
 
void Simpson ()
 
- Public Member Functions inherited from TQuadFormula2D
 TQuadFormula2D ()
 
 TQuadFormula2D (int n_points, double *weights, double *xi, double *eta, int acc)
 
virtual double * GetCoords (int i)
 
void GetFormulaData (int &n_points, double *&weights, double *&xi, double *&eta)
 
- Public Member Functions inherited from TQuadFormula
int GetN_QuadPoints ()
 
double * GetWeights ()
 

Additional Inherited Members

- Static Public Member Functions inherited from TQuadFormula2D
static void FindQuadFormula2D (FE2D *UsedElements, QuadFormula1D &qf1, QuadFormula2D &qf2)
 
static void FindQF_2D (FE2D CurrentElement, QuadFormula1D &qf1, QuadFormula2D &qf2)
 
static void FindLocalQuadFormula2D (int N_LocalUsedElements, FE2D *LocalUsedElements, QuadFormula1D &qf1, QuadFormula2D &qf2)
 
- Protected Member Functions inherited from TQuadFormula2D
void InitObject (int n, double *w, double *xi, double *eta, int acc)
 
- Protected Member Functions inherited from TQuadFormula
 TQuadFormula ()
 
- Protected Attributes inherited from TQuadFormula2D
double * Xi
 
double * Eta
 
- Protected Attributes inherited from TQuadFormula
int N_QuadPoints
 
double * Weights
 
int Accuracy
 

Detailed Description

quadrature formula for a 2D integral

Constructor & Destructor Documentation

TQuadFormulaQuad::TQuadFormulaQuad ( )

constructor

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

constructor

Member Function Documentation

void TQuadFormulaQuad::Gauss2 ( )

Gauss2x2

Here is the call graph for this function:

Here is the caller graph for this function:

void TQuadFormulaQuad::Gauss3 ( )

Gauss3x3

Here is the call graph for this function:

Here is the caller graph for this function:

void TQuadFormulaQuad::Gauss4 ( )

Gauss4x4

Here is the call graph for this function:

Here is the caller graph for this function:

void TQuadFormulaQuad::Gauss5 ( )

Gauss5x5

Here is the call graph for this function:

Here is the caller graph for this function:

void TQuadFormulaQuad::Gauss6 ( )

Gauss6x6

Here is the call graph for this function:

Here is the caller graph for this function:

void TQuadFormulaQuad::Gauss7 ( )

Gauss7x7

Here is the call graph for this function:

Here is the caller graph for this function:

void TQuadFormulaQuad::Gauss8 ( )

Gauss8x8

Here is the call graph for this function:

Here is the caller graph for this function:

void TQuadFormulaQuad::Gauss9 ( )

Gauss9x9

Here is the call graph for this function:

Here is the caller graph for this function:

void TQuadFormulaQuad::Simpson ( )

Simpson

Here is the call graph for this function:

Here is the caller graph for this function:

void TQuadFormulaQuad::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: