* Index of the #i#th degree
* of freedom of this object.
*/
- int dof_index (const unsigned int i) const;
+ unsigned int dof_index (const unsigned int i) const;
/**
* Set the index of the #i#th degree
* of freedom of this object to #index#.
*/
- void set_dof_index (const unsigned int i, const int index) const;
+ void set_dof_index (const unsigned int i,
+ const int index) const;
/**
* Index of the #i#th degree
* on the #vertex#th vertex.
*/
- int vertex_dof_index (const unsigned int vertex,
- const unsigned int i) const;
+ unsigned int vertex_dof_index (const unsigned int vertex,
+ const unsigned int i) const;
/**
* Set the index of the #i#th degree
*/
void set_vertex_dof_index (const unsigned int vertex,
const unsigned int i,
- const int index) const;
+ const unsigned int index) const;
/**
* Return the indices of the dofs of this
* right size before being passed
* to this function.
*/
- void get_dof_indices (vector<int> &dof_indices) const;
+ void get_dof_indices (vector<unsigned int> &dof_indices) const;
/**
* Return the values of the given vector