OOF2: The Manual

Name

Node, FuncNode — Node classes for finite element meshes

Description

The Node and FuncNode classes represent nodes of the finite element mesh. Authors of OOF2 extensions should not have much need to use the classes directly. The ElementNodeIterator classes are generally more useful, because what one usually wants is not the Node, but information (such as shape function values) that is indexed by the Element and the node number.

FuncNodes are nodes that store Field values. FuncNode is derived from Node.

See SRC/engine/node.* for the details.