Dof Managers

The DofManager class is the base class for all dof managers. Dof manager is an abstraction for object possessing degrees of freedom (DOFs). Dof managers (respectively derived clases, representing nodes or sides) are usually shared by several elements and are maintained by corresponding domain. The elements keep the logical reference to corresponding dof managers (they store their numbers, not the physical links). The base class declares the variable storing total number of DOFs, the dofArray representing the list of DOFs managed by dof manager, and loadArray list for storing the applied loadings references. The DofManager declares (and implements some of them) following services In the OOFEMlib the common specialized dof managers are defined and implemented. Those currently provided are:

Borek Patzak 2018-01-02