OOF2: The Manual

Name

CSubProblem — C++ subproblem class

Synopsis

#include "engine/csubproblem.h"
class CSubProblem {
}

Description

CSubProblem is a C++ class that holds all the data for defining and solving a SubProblem on 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.