OOF2: The Manual

Name

FEMesh — C++ FE mesh class

Synopsis

#include "engine/femesh.h"
class FEMesh {
}

Description

FEMesh is a C++ class that holds all the data for a finite element Mesh. Authors of OOF2 extensions should not need to use any of the methods in the class directly, but extension functions will often need to pass an FEMesh argument on to other functions.