The ReferenceHexahedronInfo class defines the information about the reference hexahedron.
More...
|
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 | evalSize (const std::array< double, 3 > *vertexCoords) const override |
|
double | evalSurfaceArea (const std::array< double, 3 > *vertexCoords) const |
|
The ReferenceHexahedronInfo class defines the information about the reference hexahedron.
Definition at line 136 of file element_reference.hpp.
◆ ReferenceHexahedronInfo()
bitpit::ReferenceHexahedronInfo::ReferenceHexahedronInfo |
( |
| ) |
|
|
protected |
◆ evalVolume()
double bitpit::ReferenceHexahedronInfo::evalVolume |
( |
const std::array< double, 3 > * | vertexCoords | ) |
const |
|
overridevirtual |
Evaluates the volume of an element with the specified vertex coordinates.
The hexahedron is divided into six pyramids with a common vertex (the centroid of the hexahedron) and with one of the faces as the base of each.
- Parameters
-
vertexCoords | are the coordinate of the vertices |
- Returns
- The volume of the element.
Implements bitpit::Reference3DElementInfo.
Definition at line 759 of file element_reference.cpp.
◆ ReferenceElementInfo
◆ info
The documentation for this class was generated from the following files:
---
layout: doxygen_footer
---