FEAT 3
Finite Element Analysis Toolbox
Loading...
Searching...
No Matches
FEAT::Shape::Simplex< dimension_ > Struct Template Reference

Simplex shape tag struct template. More...

#include <shape.hpp>

Static Public Member Functions

static String name ()
 Returns the name of the class as a String. More...
 

Static Public Attributes

static constexpr int dimension = dimension_
 Simplex dimension. More...
 

Detailed Description

template<int dimension_>
struct FEAT::Shape::Simplex< dimension_ >

Simplex shape tag struct template.

Author
Peter Zajac

Definition at line 43 of file shape.hpp.

Member Function Documentation

◆ name()

template<int dimension_>
static String FEAT::Shape::Simplex< dimension_ >::name ( )
inlinestatic

Returns the name of the class as a String.

Definition at line 51 of file shape.hpp.

References FEAT::stringify().

Member Data Documentation

◆ dimension

template<int dimension_>
constexpr int FEAT::Shape::Simplex< dimension_ >::dimension = dimension_
staticconstexpr

Simplex dimension.

Definition at line 48 of file shape.hpp.

Referenced by FEAT::Geometry::Atlas::SurfaceMesh< Mesh_ >::write().


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