#include <GaussIntegration.h>
|
| 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) |
| |
Definition at line 41 of file GaussIntegration.h.
◆ get()
| void gaussIntegration::get |
( |
int |
elementType, |
|
|
int |
order, |
|
|
fullMatrix< double > & |
pts, |
|
|
fullVector< double > & |
weights, |
|
|
bool |
forceTensorRule = false |
|
) |
| |
|
static |
◆ getHexahedron()
| void gaussIntegration::getHexahedron |
( |
int |
order, |
|
|
fullMatrix< double > & |
pts, |
|
|
fullVector< double > & |
weights |
|
) |
| |
|
static |
◆ getLine()
| void gaussIntegration::getLine |
( |
int |
order, |
|
|
fullMatrix< double > & |
pts, |
|
|
fullVector< double > & |
weights |
|
) |
| |
|
static |
◆ getPrism()
| void gaussIntegration::getPrism |
( |
int |
order, |
|
|
fullMatrix< double > & |
pts, |
|
|
fullVector< double > & |
weights |
|
) |
| |
|
static |
◆ getPyramid()
| void gaussIntegration::getPyramid |
( |
int |
order, |
|
|
fullMatrix< double > & |
pts, |
|
|
fullVector< double > & |
weights |
|
) |
| |
|
static |
◆ getQuad()
| void gaussIntegration::getQuad |
( |
int |
order, |
|
|
fullMatrix< double > & |
pts, |
|
|
fullVector< double > & |
weights |
|
) |
| |
|
static |
◆ getTetrahedron()
| void gaussIntegration::getTetrahedron |
( |
int |
order, |
|
|
fullMatrix< double > & |
pts, |
|
|
fullVector< double > & |
weights |
|
) |
| |
|
static |
◆ getTriangle()
| void gaussIntegration::getTriangle |
( |
int |
order, |
|
|
fullMatrix< double > & |
pts, |
|
|
fullVector< double > & |
weights |
|
) |
| |
|
static |
The documentation for this class was generated from the following files: