OOF2: The Manual
Table of Contents
- FEMesh — C++ FE mesh class
- CSubProblem — C++ subproblem class
- Element — Element class for finite element meshes
- Node, FuncNode — Node classes for finite element meshes
- ElementNodeIterator — Iterate over Nodes in an Element
- ElementShapeFuncIterator — Base class for other Node iterators
- ElementMapNodeIterator — Iterate over mapping nodes in an Element
- ElementFuncNodeIterator — Iterate over function nodes in an Element
- ElementCornerNodeIterator — Iterate over the corner Nodes of an Element
- DegreeOfFreedom — Degree of freedom at a Node
- conjugatePair — Establish conjugacy relations
- SmallSystem —
A small part of the linear system constructed by
Properties - CSubProblem — C++ representation of subproblem



