GemaCoreLib
The GeMA Core library
Public Member Functions | List of all members
GmDofMap Class Referenceabstract

An interface for a simple class returning the dof number associated to a local matrix column. More...

#include <gmElementDof.h>

Inheritance diagram for GmDofMap:
Inheritance graph
[legend]

Public Member Functions

virtual int numDof () const =0
 Returns the total number of dfs (matrix columns)
 
virtual int dof (int columnIndex) const =0
 Given a 'matrix column' index, returns the associated dof.
 

Detailed Description

An interface for a simple class returning the dof number associated to a local matrix column.


The documentation for this class was generated from the following file: