GemaCoreLib
The GeMA Core library
Loading...
Searching...
No Matches
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:

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.

Member Function Documentation

◆ dof()

virtual int GmDofMap::dof ( int columnIndex) const
pure virtual

Given a 'matrix column' index, returns the associated dof.

Implemented in GmElementDof, and GmMatrixDof.

◆ numDof()

virtual int GmDofMap::numDof ( ) const
pure virtual

Returns the total number of dfs (matrix columns)

Implemented in GmElementDof, and GmMatrixDof.


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