LifeV
QuadraticLine Class Reference

A Geometric Shape. More...

#include <ElementShapes.hpp>

+ Inheritance diagram for QuadraticLine:
+ Collaboration diagram for QuadraticLine:

Static Public Attributes

static const UInt S_numPoints = 3
 Number of points. More...
 
static const UInt S_numPointsPerEdge = 1
 Number of points per edge. More...
 
static const UInt S_numPointsPerVertex = 1
 Number of points per vertex. More...
 
static const UInt S_numPointsPerElement = S_numPointsPerEdge
 Number of points per element. More...
 
static const UInt S_numPointsPerFacet = S_numPointsPerVertex
 Number of points per facet. More...
 
static const UInt S_numPointsPerRidge = 0
 Number of points per ridge. More...
 
static const UInt S_numPointsPerPeak = 0
 Number of points per peak. More...
 
- Static Public Attributes inherited from Line
static const ReferenceShapes S_shape = LINE
 Identify the shape. More...
 
static const ReferenceGeometry S_geometry = EDGE
 Identify the geometric entity. More...
 
static const UInt S_nDimensions = 1
 Dimensionality. More...
 
static const UInt S_numFaces = 0
 Number of faces. More...
 
static const UInt S_numEdges = 1
 Number of edges. More...
 
static const UInt S_numVertices = 2
 Number of vertices. More...
 
static const UInt S_numFacets = S_numVertices
 Number of facets. More...
 
static const UInt S_numRidges = 0
 Number of ridges. More...
 
static const UInt S_numPeaks = 0
 Number of peaks. More...
 

Public Types

typedef Line BasRefSha
 
typedef GeoPoint GeoBShape
 Geometric shape of the boundary. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from Line
static ID edgeToPoint (ID const &, ID const &jPoint)
 
static ID facetToPoint (ID const &iFacet, ID const &)
 
static ID facetToRidge (ID const &, ID const &)
 
static ID facetToPeak (ID const &, ID const &)
 
static std::pair< ID, bool > faceToEdge (ID const &, ID const &)
 

Detailed Description

A Geometric Shape.

Definition at line 403 of file ElementShapes.hpp.

Member Typedef Documentation

◆ BasRefSha

typedef Line BasRefSha

Definition at line 409 of file ElementShapes.hpp.

◆ GeoBShape

Geometric shape of the boundary.

Definition at line 410 of file ElementShapes.hpp.

Field Documentation

◆ S_numPoints

const UInt S_numPoints = 3
static

Number of points.

Definition at line 412 of file ElementShapes.hpp.

◆ S_numPointsPerEdge

const UInt S_numPointsPerEdge = 1
static

Number of points per edge.

Definition at line 413 of file ElementShapes.hpp.

◆ S_numPointsPerVertex

const UInt S_numPointsPerVertex = 1
static

Number of points per vertex.

Definition at line 414 of file ElementShapes.hpp.

◆ S_numPointsPerElement

const UInt S_numPointsPerElement = S_numPointsPerEdge
static

Number of points per element.

Definition at line 415 of file ElementShapes.hpp.

◆ S_numPointsPerFacet

const UInt S_numPointsPerFacet = S_numPointsPerVertex
static

Number of points per facet.

Definition at line 416 of file ElementShapes.hpp.

◆ S_numPointsPerRidge

const UInt S_numPointsPerRidge = 0
static

Number of points per ridge.

Definition at line 417 of file ElementShapes.hpp.

◆ S_numPointsPerPeak

const UInt S_numPointsPerPeak = 0
static

Number of points per peak.

Definition at line 418 of file ElementShapes.hpp.


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