FEAT 3
Finite Element Analysis Toolbox
Loading...
Searching...
No Matches
FEAT::Shape Namespace Reference

Shape namespace. More...

Classes

struct  FaceTraits
 Face traits tag struct template. More...
 
struct  Hypercube
 Hypercube shape tag struct template. More...
 
struct  ReferenceCell
 Reference cell traits structure. More...
 
struct  Simplex
 Simplex shape tag struct template. More...
 
struct  Vertex
 Vertex shape tag struct. More...
 

Typedefs

typedef Hypercube< 3 > Hexahedron
 3-Hypercube: Hexahedron More...
 
typedef Hypercube< 2 > Quadrilateral
 2-Hypercube: Quadrilateral More...
 
typedef Simplex< 3 > Tetrahedron
 3-Simplex: Tetrahedron More...
 
typedef Simplex< 2 > Triangle
 2-Simplex: Triangle More...
 

Detailed Description

Shape namespace.

Typedef Documentation

◆ Hexahedron

3-Hypercube: Hexahedron

Definition at line 85 of file shape.hpp.

◆ Quadrilateral

2-Hypercube: Quadrilateral

Definition at line 83 of file shape.hpp.

◆ Tetrahedron

3-Simplex: Tetrahedron

Definition at line 80 of file shape.hpp.

◆ Triangle

2-Simplex: Triangle

Definition at line 78 of file shape.hpp.