gmsh-TingyuanDoc  0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
gaussIntegration Class Reference

#include <GaussIntegration.h>

Static Public Member Functions

static void get (int elementType, int order, fullMatrix< double > &pts, fullVector< double > &weights, bool forceTensorRule=false)
 
static void getTriangle (int order, fullMatrix< double > &pts, fullVector< double > &weights)
 
static void getLine (int order, fullMatrix< double > &pts, fullVector< double > &weights)
 
static void getQuad (int order, fullMatrix< double > &pts, fullVector< double > &weights)
 
static void getTetrahedron (int order, fullMatrix< double > &pts, fullVector< double > &weights)
 
static void getHexahedron (int order, fullMatrix< double > &pts, fullVector< double > &weights)
 
static void getPrism (int order, fullMatrix< double > &pts, fullVector< double > &weights)
 
static void getPyramid (int order, fullMatrix< double > &pts, fullVector< double > &weights)
 

Detailed Description

Definition at line 41 of file GaussIntegration.h.

Member Function Documentation

◆ get()

void gaussIntegration::get ( int  elementType,
int  order,
fullMatrix< double > &  pts,
fullVector< double > &  weights,
bool  forceTensorRule = false 
)
static

Definition at line 65 of file GaussIntegration.cpp.

Here is the call graph for this function:

◆ getHexahedron()

void gaussIntegration::getHexahedron ( int  order,
fullMatrix< double > &  pts,
fullVector< double > &  weights 
)
static

Definition at line 47 of file GaussIntegration.cpp.

Here is the call graph for this function:

◆ getLine()

void gaussIntegration::getLine ( int  order,
fullMatrix< double > &  pts,
fullVector< double > &  weights 
)
static

Definition at line 29 of file GaussIntegration.cpp.

Here is the call graph for this function:

◆ getPrism()

void gaussIntegration::getPrism ( int  order,
fullMatrix< double > &  pts,
fullVector< double > &  weights 
)
static

Definition at line 53 of file GaussIntegration.cpp.

Here is the call graph for this function:

◆ getPyramid()

void gaussIntegration::getPyramid ( int  order,
fullMatrix< double > &  pts,
fullVector< double > &  weights 
)
static

Definition at line 59 of file GaussIntegration.cpp.

Here is the call graph for this function:

◆ getQuad()

void gaussIntegration::getQuad ( int  order,
fullMatrix< double > &  pts,
fullVector< double > &  weights 
)
static

Definition at line 35 of file GaussIntegration.cpp.

Here is the call graph for this function:

◆ getTetrahedron()

void gaussIntegration::getTetrahedron ( int  order,
fullMatrix< double > &  pts,
fullVector< double > &  weights 
)
static

Definition at line 41 of file GaussIntegration.cpp.

Here is the call graph for this function:

◆ getTriangle()

void gaussIntegration::getTriangle ( int  order,
fullMatrix< double > &  pts,
fullVector< double > &  weights 
)
static

Definition at line 23 of file GaussIntegration.cpp.

Here is the call graph for this function:

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