Rheolef
7.2
an efficient C++ finite element environment
|
Definition at line 79 of file pointset.h.
Public Types | |
typedef pointset_rep< T > | rep |
typedef smart_pointer_nocopy< rep > | base |
typedef rep::size_type | size_type |
typedef rep::value_type | value_type |
![]() | |
typedef basis_rep< T > | handled_type |
typedef base::internal | internal |
typedef pointset_rep<T> rep |
Definition at line 84 of file pointset.h.
typedef smart_pointer_nocopy<rep> base |
Definition at line 85 of file pointset.h.
Definition at line 86 of file pointset.h.
typedef rep::value_type value_type |
Definition at line 87 of file pointset.h.
pointset | ( | const pointset_option & | popt = pointset_option() | ) |
void reset | ( | const pointset_option & | popt | ) |
const pointset_option & option | ( | ) | const |
Definition at line 96 of file pointset.h.
size_type nnod | ( | const reference_element & | hat_K | ) | const |
Definition at line 98 of file pointset.h.
const point_basic< T > & node | ( | const reference_element & | hat_K, |
size_i | inod | ||
) | const |
Definition at line 100 of file pointset.h.