
#include <GenericElement.h>


Public Member Functions | |
| virtual const double * | getNodeData (int i) const =0 |
| Return the vector of data associated with our i'th node. | |
Definition at line 28 of file GenericElement.h.
| virtual const double* ConcreteElementNodeData::getNodeData | ( | int | i | ) | const [pure virtual] |
Return the vector of data associated with our i'th node.
Implemented in ConcreteLocalElement, ConcreteNetworkElement, ConcreteLocalElement, ConcreteNetworkElement, and fixedConcreteElement.
Referenced by GenericElement::interpolate_natural().

1.5.5