Dune::ElementTopologyMapping< type > Class Template Reference
#include <topology.hh>
Detailed Description
template<ALU3dGridElementType type>
class Dune::ElementTopologyMapping< type >
Maps indices of the Dune reference element onto the indices of the ALU3dGrid reference element and vice-versa.
Static Public Member Functions | |
static int | dune2aluFace (int index) |
Maps face index from Dune onto ALU3dGrid reference element. | |
static int | alu2duneFace (int index) |
Maps face index from ALU3dGrid onto Dune reference element. | |
static int | dune2aluEdge (int index) |
Maps edge index from Dune onto ALU3dGrid reference element. | |
static int | alu2duneEdge (int index) |
Maps edge index from ALU3dGrid onto Dune reference element. | |
static int | dune2aluVertex (int index) |
Maps vertex index from Dune onto ALU3dGrid reference element. | |
static int | alu2duneVertex (int index) |
Maps vertex index from ALU3dGrid onto Dune reference element. | |
static int | faceOrientation (int index) |
static int | dune2aluFaceVertex (int face, int localVertex) |
static int | alu2duneFaceVertex (int face, int localVertex) |
Member Function Documentation
template<ALU3dGridElementType type>
int Dune::ElementTopologyMapping< type >::faceOrientation | ( | int | index | ) | [inline, static] |
template<ALU3dGridElementType type>
int Dune::ElementTopologyMapping< type >::dune2aluFaceVertex | ( | int | face, | |
int | localVertex | |||
) | [inline, static] |
template<ALU3dGridElementType type>
int Dune::ElementTopologyMapping< type >::alu2duneFaceVertex | ( | int | face, | |
int | localVertex | |||
) | [inline, static] |
The documentation for this class was generated from the following file: