HArD::Core3D
Hybrid Arbitrary Degree::Core 3D - Library to implement 3D schemes with vertex, edge, face and cell polynomials as unknowns
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Element Struct Reference

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
 

Detailed Description

Structure to store elements.


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