|
HArD::Core3D
Hybrid Arbitrary Degree::Core 3D - Library to implement 3D schemes with vertex, edge, face and cell polynomials as unknowns
|
Structure to store elements. More...
Public Member Functions | |
| Element (const size_t &_type, const size_t &_id, const std::vector< size_t > &_vertices) | |
| Constructor. | |
| void | printRF (std::ofstream &file) const |
| Plots the element in RF format into the file provided. | |
Public Attributes | |
| const size_t | type |
| const size_t | id |
| const std::vector< size_t > | vertices |
| size_t | n_vertices |
| size_t | n_faces |
Structure to store elements.