The ReferenceTetraInfo class defines the information about the reference tetrahedron.
More...
|
double | evalSize (const std::array< double, 3 > *vertexCoords) const override |
|
double | evalVolume (const std::array< double, 3 > *vertexCoords) const override |
|
double | evalEdgeLength (int edge, const std::array< double, 3 > *vertexCoords) const |
|
double | evalEdgePerimeter (const std::array< double, 3 > *vertexCoords) const |
|
double | evalFaceArea (int face, const std::array< double, 3 > *vertexCoords) const |
|
double | evalPointDistance (const std::array< double, 3 > &point, const std::array< double, 3 > *vertexCoords) const override |
|
void | evalPointProjection (const std::array< double, 3 > &point, const std::array< double, 3 > *vertexCoords, std::array< double, 3 > *projection, double *distance) const override |
|
double | evalSurfaceArea (const std::array< double, 3 > *vertexCoords) const |
|
The ReferenceTetraInfo class defines the information about the reference tetrahedron.
Definition at line 98 of file element_reference.hpp.
◆ ReferenceTetraInfo()
bitpit::ReferenceTetraInfo::ReferenceTetraInfo |
( |
| ) |
|
|
protected |
◆ evalSize()
double bitpit::ReferenceTetraInfo::evalSize |
( |
const std::array< double, 3 > * | vertexCoords | ) |
const |
|
overridevirtual |
Evaluates the characteristics size of an element with the specified vertex coordinates.
The characteristics size of the tetrahedron is the height of the regular tetrahedron having the same inscribed sphere.
- Parameters
-
vertexCoords | are the coordinate of the vertices |
- Returns
- The length of the line.
Reimplemented from bitpit::Reference3DElementInfo.
Definition at line 483 of file element_reference.cpp.
◆ evalVolume()
double bitpit::ReferenceTetraInfo::evalVolume |
( |
const std::array< double, 3 > * | vertexCoords | ) |
const |
|
overridevirtual |
◆ ReferenceElementInfo
◆ info
The documentation for this class was generated from the following files:
---
layout: doxygen_footer
---