|
Serac
0.1
Serac is an implicit thermal strucural mechanics simulation code.
|
a small POD class for tracking function space metadata More...
#include <finite_element.hpp>
Public Member Functions | |
| std::tuple< int, int, int > | as_tuple () const |
| return the data contained in this struct as a tuple More... | |
| bool | operator< (FunctionSpace other) const |
| defines an ordering over FunctionSpaces, to enable use in containers like std::map | |
Public Attributes | |
| Family | family |
| either H1, Hcurl, L2 | |
| int | order |
| polynomial order | |
| int | components |
| how many values are stored at each node | |
a small POD class for tracking function space metadata
Definition at line 238 of file finite_element.hpp.
|
inline |
return the data contained in this struct as a tuple
Definition at line 248 of file finite_element.hpp.