| FEAT 3
    Finite Element Analysis Toolbox | 
| Public Types | |
| using | VertexType = Tiny::Vector< Real, num_coords > | 
| Public Member Functions | |
| template<typename... Vector> | |
| RawEntity (Vector... vectors) | |
| template<int dim_> | |
| RawEntity< typename Shape::FaceTraits< Shape_, dim_ >::ShapeType, num_coords_ > | face (int idx) const | 
| Public Attributes | |
| std::array< Tiny::Vector< Real, num_coords >, num_vertices > | coords | 
| Static Public Attributes | |
| static const constexpr int | num_coords = num_coords_ | 
| static const constexpr int | num_vertices = Shape::FaceTraits<Shape_, 0>::count | 
Definition at line 20 of file raw_refinement_templates.hpp.
| using FEAT::Geometry::RawEntity< Shape_, num_coords_ >::VertexType = Tiny::Vector<Real, num_coords> | 
Definition at line 25 of file raw_refinement_templates.hpp.
| 
 | inlineexplicit | 
Definition at line 30 of file raw_refinement_templates.hpp.
| 
 | inline | 
Definition at line 35 of file raw_refinement_templates.hpp.
| std::array<Tiny::Vector<Real, num_coords>, num_vertices> FEAT::Geometry::RawEntity< Shape_, num_coords_ >::coords | 
Definition at line 27 of file raw_refinement_templates.hpp.
| 
 | staticconstexpr | 
Definition at line 22 of file raw_refinement_templates.hpp.
| 
 | staticconstexpr | 
Definition at line 23 of file raw_refinement_templates.hpp.