Rheolef
7.1
an efficient C++ finite element environment
|
Public Types | |
typedef piola_on_pointset_rep< T > | rep |
typedef smart_pointer< rep > | base |
typedef rep::size_type | size_type |
![]() | |
typedef piola_on_pointset_rep< T > | handled_type |
typedef base::internal | internal |
Definition at line 142 of file piola_on_pointset.h.
typedef piola_on_pointset_rep<T> rep |
Definition at line 144 of file piola_on_pointset.h.
typedef smart_pointer<rep> base |
Definition at line 145 of file piola_on_pointset.h.
typedef rep::size_type size_type |
Definition at line 146 of file piola_on_pointset.h.
Definition at line 183 of file piola_on_pointset.h.
void initialize | ( | const basis_basic< T > & | piola_basis, |
const quadrature< T > & | quad, | ||
const integrate_option & | iopt | ||
) |
Definition at line 190 of file piola_on_pointset.h.
void initialize | ( | const basis_basic< T > & | piola_basis, |
const basis_basic< T > & | nodal_basis, | ||
const integrate_option & | iopt | ||
) |
Definition at line 200 of file piola_on_pointset.h.
const basis_on_pointset< T > & get_basis_on_pointset | ( | ) | const |
Definition at line 210 of file piola_on_pointset.h.
bool has_quadrature | ( | ) | const |
Definition at line 217 of file piola_on_pointset.h.
const quadrature< T > & get_quadrature | ( | ) | const |
Definition at line 224 of file piola_on_pointset.h.
const basis_basic< T > & get_nodal_basis | ( | ) | const |
Definition at line 231 of file piola_on_pointset.h.
const Eigen::Matrix< piola< T >, Eigen::Dynamic, 1 > & get_piola | ( | const geo_basic< T, M > & | omega, |
const geo_element & | K | ||
) | const |
Definition at line 239 of file piola_on_pointset.h.
const Eigen::Matrix< T, Eigen::Dynamic, 1 > & get_weight | ( | const geo_basic< T, M > & | omega, |
const geo_element & | K | ||
) | const |
Definition at line 247 of file piola_on_pointset.h.
bool ignore_sys_coord | ( | ) | const |
Definition at line 179 of file piola_on_pointset.h.