FEAT 3
Finite Element Analysis Toolbox
Loading...
Searching...
No Matches
FEAT::Shape::FaceTraits< Shape_, face_dim_ > Struct Template Reference

Face traits tag struct template. More...

#include <shape.hpp>

Public Attributes

typedef ShapeType
 Shape type of the face. More...
 

Detailed Description

template<typename Shape_, int face_dim_>
struct FEAT::Shape::FaceTraits< Shape_, face_dim_ >

Face traits tag struct template.

Template Parameters
Shape_A shape tag class whose face information is to be determined.
face_dim_The dimension of the faces whose information is to be determined. Must be 0 <= face_dim_ <= Shape_::dimension.
Author
Peter Zajac

Definition at line 105 of file shape.hpp.

Member Data Documentation

◆ ShapeType

template<typename Shape_ , int face_dim_>
typedef FEAT::Shape::FaceTraits< Shape_, face_dim_ >::ShapeType

Shape type of the face.

Definition at line 108 of file shape.hpp.


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