OOF2: The Manual
Name
ElementMapNodeIterator — Iterate over mapping nodes in an Element
Synopses
C++ Synopsis
#include "engine/elementnodeiterator.h"
class ElementMapNodeIterator: , public ElementShapeFuncIterator {
}
Python Synopsis
from oof2.SWIG.engine import elementnodeiterator
class ElementMapNodeIterator(ElementShapeFuncIterator):
pass
Description
An ElementMapNodeIterator loops over
the Nodes whose
position determines the shape and position of an Element
in an FEMesh.
All of its member functions are described in the base class
documentation, ElementShapeFuncIterator
and ElementNodeIterator.
ElementMapNodeIterators should not be
created explicitly. Call Element::mapnode_iterator()
instead.



