PPL Logo

TetMeshElement Class Reference

Provides ConcreteElement interface for one element of the TetMesh class. More...

#include <transfer.h>

Inheritance diagram for TetMeshElement:

Inheritance graph
[legend]
Collaboration diagram for TetMeshElement:

Collaboration graph
[legend]

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 TetMeshsrcMesh
const intconn

Detailed Description

Provides ConcreteElement interface for one element of the TetMesh class.

Definition at line 41 of file transfer.h.


Constructor & Destructor Documentation

TetMeshElement::TetMeshElement ( int  s_,
const TetMesh srcMesh_ 
) [inline]

Definition at line 45 of file transfer.h.

References conn, TetMesh::getTet(), s, and srcMesh.

Here is the call graph for this function:


Member Function Documentation

virtual CPoint TetMeshElement::getNodeLocation ( int  i  )  const [inline, virtual]

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.

Here is the call graph for this function:


Field Documentation

Definition at line 42 of file transfer.h.

Referenced by TetMeshElement().

const TetMesh& TetMeshElement::srcMesh [private]

Definition at line 42 of file transfer.h.

Referenced by getNodeLocation(), and TetMeshElement().

const int* TetMeshElement::conn [private]

Definition at line 43 of file transfer.h.

Referenced by getNodeLocation(), and TetMeshElement().


The documentation for this class was generated from the following file:

Generated on Mon Sep 21 08:30:42 2020 for Charm++ by  doxygen 1.5.5