Public Member Functions

element_orientation< num_vertices > Class Template Reference

A permutator for mapping local orientations to global vertices of a boundary k-cell. More...

#include <element_orientation.hpp>

Public Member Functions

void setDefaultOrientation ()
dim_type operator() (dim_type in) const
void setPermutation (dim_type index, dim_type mappedTo)
void print () const

Detailed Description

template<long num_vertices>
class viennagrid::element_orientation< num_vertices >

A permutator for mapping local orientations to global vertices of a boundary k-cell.

Local vertex numbering is in general different from global vertex numbering for lower-level topological elements this permutator maps local numbers to global numbers alternative implementation: vertexnum as template parameter


Member Function Documentation

dim_type operator() ( dim_type  in  )  const [inline]
void print (  )  const [inline]
void setDefaultOrientation (  )  [inline]
void setPermutation ( dim_type  index,
dim_type  mappedTo 
) [inline]

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