Rheolef
7.2
an efficient C++ finite element environment
|
Definition at line 49 of file pointset.h.
Public Types | |
typedef reference_element::size_type | size_type |
typedef T | value_type |
Public Member Functions | |
pointset_rep (const pointset_option &popt) | |
void | reset (const pointset_option &popt) |
const pointset_option & | option () const |
size_type | nnod (const reference_element &hat_K) const |
Public Attributes | |
const point_basic< T > & | node (const reference_element &hat_K, size_i inod) const protected |
const std::array< Eigen::Matrix< point_basic< T >, Eigen::Dynamic, 1 >,reference_element::max_variant > | _hat_x |
pointset_option | _sopt |
typedef reference_element::size_type size_type |
Definition at line 54 of file pointset.h.
typedef T value_type |
Definition at line 55 of file pointset.h.
pointset_rep | ( | const pointset_option & | popt | ) |
void reset | ( | const pointset_option & | popt | ) |
const pointset_option & option | ( | ) | const |
Definition at line 64 of file pointset.h.
size_type nnod | ( | const reference_element & | hat_K | ) | const |
const point_basic<T>& node(const reference_element &hat_K, size_i inod) const protected |
Definition at line 66 of file pointset.h.
const std::array< Eigen::Matrix<point_basic<T>,Eigen::Dynamic,1> ,reference_element::max_variant> _hat_x |
Definition at line 73 of file pointset.h.
pointset_option _sopt |
Definition at line 74 of file pointset.h.