


Public Types | |
| enum | { nPts = 4 } |
Public Member Functions | |
| fixedConcreteElement (CPoint a, CPoint b, CPoint c, CPoint d) | |
| void | shift (const CVector &v) |
| CPoint | getNodeLocation (int i) const |
| Return the location of the i'th node of this element. | |
| const double * | getNodeData (int i) const |
| Return the vector of data associated with our i'th node. | |
| CPoint | getCenter (void) const |
Data Fields | |
| CPoint | pts [nPts] |
| CPoint | data [nPts] |
Orion Sky Lawlor, olawlor@acm.org, 2004/3/27
Definition at line 10 of file test_GenericElement.C.
| anonymous enum |
I'll transfer the coordinate data, for testing purposes
Definition at line 14 of file test_GenericElement.C.
| void fixedConcreteElement::shift | ( | const CVector & | v | ) | [inline] |
Definition at line 23 of file test_GenericElement.C.
Referenced by main().

Return the location of the i'th node of this element.
Implements ConcreteElement.
Definition at line 27 of file test_GenericElement.C.
References pts.
Referenced by main().

| const double* fixedConcreteElement::getNodeData | ( | int | i | ) | const [inline, virtual] |
Return the vector of data associated with our i'th node.
Implements ConcreteElementNodeData.
Definition at line 28 of file test_GenericElement.C.
References data.
Referenced by main().

| CPoint fixedConcreteElement::getCenter | ( | void | ) | const [inline] |
Definition at line 13 of file test_GenericElement.C.
Referenced by fixedConcreteElement(), getCenter(), getNodeLocation(), and shift().
Definition at line 13 of file test_GenericElement.C.
Referenced by fixedConcreteElement(), and getNodeData().
1.5.5