![]() |
GemaCoreLib
The GeMA Core library
|
An interface for a simple class returning the dof number associated to a local matrix column. More...
#include <gmElementDof.h>
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. | |
An interface for a simple class returning the dof number associated to a local matrix column.