
#include <transfer.h>


Public Member Functions | |
| TetMeshElement (int s_, const TetMesh &srcMesh_) | |
| virtual CPoint | getNodeLocation (int i) const |
| Return the location of the i'th node of this element. | |
Private Attributes | |
| int | s |
| const TetMesh & | srcMesh |
| const int * | conn |
Definition at line 41 of file transfer.h.
Definition at line 45 of file transfer.h.
References conn, TetMesh::getTet(), s, and srcMesh.

Return the location of the i'th node of this element.
Implements ConcreteElement.
Definition at line 49 of file transfer.h.
References conn, TetMesh::getPoint(), and srcMesh.

int TetMeshElement::s [private] |
const TetMesh& TetMeshElement::srcMesh [private] |
const int* TetMeshElement::conn [private] |
1.5.5