Class documentation of Concepts

Loading...
Searching...
No Matches
concepts::EdgeCoordinateChange< 2 > Class Reference

Static Public Member Functions

static uint TopToGeo (uint edgeIndex, Z2 topologicalOrientation)
 
static uint TopToCon (uint edgeIndex, Z2 topologicalOrientation)
 
static uint GeoToCon (uint edgeIndex)
 

Detailed Description

Definition at line 140 of file coordinateChange.hh.

Member Function Documentation

◆ GeoToCon()

static uint concepts::EdgeCoordinateChange< 2 >::GeoToCon ( uint  edgeIndex)
inlinestatic

Find transformation required to realign the edge that is oriented according to the geometric orientation with the Concepts orientation

Parameters
edgeIndexIndex of the considered edge in the parent quadrilateral
Returns
returns the transformation required to realign the edge element by a call to the member inverse().

Definition at line 181 of file coordinateChange.hh.

◆ TopToCon()

static uint concepts::EdgeCoordinateChange< 2 >::TopToCon ( uint  edgeIndex,
Z2  topologicalOrientation 
)
inlinestatic

Find transformation required to realign the edge that is oriented (w.r.t. the quadrilateral) according to the topological face orientation with the Concepts orientation

Parameters
edgeIndexIndex of the considered edge in the parent quadrilateral
topologicalOrientationtopological orientation of the edge in the parent quadrilateral
Returns
returns the transformation required to realign the edge element by a possible call to the member inverse().

Definition at line 169 of file coordinateChange.hh.

◆ TopToGeo()

static uint concepts::EdgeCoordinateChange< 2 >::TopToGeo ( uint  edgeIndex,
Z2  topologicalOrientation 
)
inlinestatic

Find transformation required to realign the edge that is oriented (w.r.t. the quadrilateral) according to the topological face orientation with the geometric orientation

Parameters
edgeIndexIndex of the considered edge in the parent quadrilateral
topologicalOrientationtopological orientation of the edge in the parent quadrilateral
Returns
returns the transformation required to realign the edge element by a possible call to the member inverse().

Definition at line 154 of file coordinateChange.hh.


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