Go to the documentation of this file.
37 template <
int spacedim>
59 inline unsigned int dim()
const;
60 inline unsigned int index()
const;
80 inline const SideIter side(
const unsigned int loc_index)
const;
85 unsigned int id()
const;
142 template<
int spacedim,
class Value>
150 #define FOR_ELEMENT_NODES(i,j) for((j)=0;(j)<(i)->n_nodes();(j)++)
151 #define FOR_ELEMENT_SIDES(i,j) for(unsigned int j=0; j < (i)->n_sides(); j++)
152 #define FOR_ELM_NEIGHS_VB(i,j) for((j)=0;(j)<(i)->n_neighs_vb;(j)++)