Dune::FaceTopologyMapping< type > Class Template Reference

#include <topology.hh>

List of all members.


Detailed Description

template<ALU3dGridElementType type>
class Dune::FaceTopologyMapping< type >

Maps indices of the Dune reference face onto the indices of the ALU3dGrid reference face and vice-versa.


Static Public Member Functions

static int dune2aluVertex (int index)
 Maps vertex index from Dune onto ALU3dGrid reference face.
static int dune2aluVertex (int index, int twist)
static int alu2duneVertex (int index)
 Maps vertex index from ALU3dGrid onto Dune reference face.
static int alu2duneVertex (int index, int twist)
static int dune2aluEdge (int index)
 Maps edge index from Dune onto ALU3dGrid reference face.
static int alu2duneEdge (int index)
 Maps edge index from ALU3dGrid onto Dune reference face.

Member Function Documentation

template<ALU3dGridElementType type>
int Dune::FaceTopologyMapping< type >::dune2aluVertex ( int  index,
int  twist 
) [inline, static]

Maps vertex index from Dune onto ALU3dGrid reference face, where the face in the ALU3dGrid has the twist compared to the orientation of the respective face in the reference element

Parameters:
index local Dune vertex index on the particular face (i.e. the face which has a twist compared to the reference element's face
twist twist of the face in consideration
Returns:
local ALU3dGrid vertex index on reference element face

template<ALU3dGridElementType type>
int Dune::FaceTopologyMapping< type >::alu2duneVertex ( int  index,
int  twist 
) [inline, static]

Maps vertex index from ALU3dGrid onto Dune reference face, where the face in the ALU3dGrid has the twist compared to the orientation of the respective face in the reference element

Parameters:
index local ALU3dGrid vertex index on the particular face (i.e. the face which has a twist compared to the reference element's face
twist twist of the face in consideration
Returns:
local Dune vertex index on reference element face


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

Generated on 12 Dec 2007 with Doxygen (ver 1.5.1)