The ReferenceWedgeInfo class defines the information about the reference wedge.
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 ReferenceWedgeInfo class defines the information about the reference wedge.
Definition at line 170 of file element_reference.hpp.
◆ ReferenceWedgeInfo()
bitpit::ReferenceWedgeInfo::ReferenceWedgeInfo |
( |
| ) |
|
|
protected |
◆ evalVolume()
double bitpit::ReferenceWedgeInfo::evalVolume |
( |
const std::array< double, 3 > * | vertexCoords | ) |
const |
|
overridevirtual |
Evaluates the volume of an element with the specified vertex coordinates.
The wedge is divided into three pyramids and two tetrahedron 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 1008 of file element_reference.cpp.
◆ ReferenceElementInfo
◆ info
The documentation for this class was generated from the following files:
---
layout: doxygen_footer
---