Rheolef
7.2
an efficient C++ finite element environment
|
Definition at line 40 of file piola_on_pointset.h.
Public Types | |
typedef reference_element::size_type | size_type |
Public Member Functions | |
piola_on_pointset_rep () | |
void | initialize (const basis_basic< T > &piola_basis, const quadrature< T > &quad, const integrate_option &iopt) |
void | initialize (const basis_basic< T > &piola_basis, const basis_basic< T > &nodal_basis, const integrate_option &iopt) |
const basis_on_pointset< T > & | get_basis_on_pointset () const |
bool | has_quadrature () const |
const quadrature< T > & | get_quadrature () const |
const basis_basic< T > & | get_nodal_basis () const |
bool | ignore_sys_coord () const |
template<class M > | |
const Eigen::Matrix< piola< T >, Eigen::Dynamic, 1 > & | get_piola (const geo_basic< T, M > &omega, const geo_element &K) const |
template<class M > | |
const Eigen::Matrix< T, Eigen::Dynamic, 1 > & | get_weight (const geo_basic< T, M > &omega, const geo_element &K) const |
Protected Member Functions | |
template<class M > | |
void | _update (const geo_basic< T, M > &omega, const geo_element &K) const |
Protected Attributes | |
basis_on_pointset< T > | _bops |
bool | _ignore_sys_coord |
std::array< std::string,reference_element::max_variant > | _last_visited_geo |
std::array< size_type,reference_element::max_variant > | _last_visited_dis_ie |
std::vector< size_type > | _dis_inod_K |
std::array< Eigen::Matrix< piola< T >, Eigen::Dynamic, 1 >,reference_element::max_variant > | _piola |
std::array< Eigen::Matrix< T, Eigen::Dynamic, 1 >,reference_element::max_variant > | _weight |
typedef reference_element::size_type size_type |
Definition at line 42 of file piola_on_pointset.h.
piola_on_pointset_rep | ( | ) |
Definition at line 108 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 31 of file piola_on_pointset.cc.
void initialize | ( | const basis_basic< T > & | piola_basis, |
const basis_basic< T > & | nodal_basis, | ||
const integrate_option & | iopt | ||
) |
Definition at line 43 of file piola_on_pointset.cc.
const basis_on_pointset< T > & get_basis_on_pointset | ( | ) | const |
Definition at line 62 of file piola_on_pointset.h.
bool has_quadrature | ( | ) | const |
Definition at line 63 of file piola_on_pointset.h.
const quadrature< T > & get_quadrature | ( | ) | const |
Definition at line 64 of file piola_on_pointset.h.
const basis_basic< T > & get_nodal_basis | ( | ) | const |
Definition at line 65 of file piola_on_pointset.h.
bool ignore_sys_coord | ( | ) | const |
Definition at line 66 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 124 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 133 of file piola_on_pointset.h.
|
protected |
Definition at line 59 of file piola_on_pointset.cc.
|
protected |
Definition at line 84 of file piola_on_pointset.h.
|
protected |
Definition at line 85 of file piola_on_pointset.h.
|
mutableprotected |
Definition at line 91 of file piola_on_pointset.h.
|
mutableprotected |
Definition at line 94 of file piola_on_pointset.h.
Definition at line 96 of file piola_on_pointset.h.
|
mutableprotected |
Definition at line 100 of file piola_on_pointset.h.
|
mutableprotected |
Definition at line 104 of file piola_on_pointset.h.