Rheolef
7.2
an efficient C++ finite element environment
|
Public Types | |
using | size_type = std::size_t |
using | memory_type = M |
using | value_type = undeterminated_basic< T > |
using | scalar_type = T |
using | float_type = typename float_traits< T >::type |
using | geo_type = geo_basic< float_type, M > |
using | space_type = space_basic< float_type, M > |
using | diff_type = details::differentiate_option::type |
using | is_elementwise = std::true_type |
Public Member Functions | |
test_rep (const space_type &V) | |
test_rep (const test_rep< T, M > &) | |
test_rep< T, M > & | operator= (const test_rep< T, M > &) |
const space_type & | get_vf_space () const |
space_constant::valued_type | valued_tag () const |
size_type | n_derivative () const |
void | initialize (const piola_on_pointset< float_type > &pops, const integrate_option &iopt) |
void | initialize (const band_basic< float_type, memory_type > &gh, const piola_on_pointset< float_type > &pops, const integrate_option &iopt) |
void | initialize (const space_basic< float_type, memory_type > &Xh, const piola_on_pointset< float_type > &pops, const integrate_option &iopt) |
template<class Value , diff_type Diff> | |
void | evaluate (const geo_basic< T, M > &omega_K, const geo_element &K, const details::differentiate_option &gopt, Eigen::Matrix< Value, Eigen::Dynamic, Eigen::Dynamic > &value) const |
template<class Value , diff_type Diff> | |
void | evaluate_on_side (const geo_basic< T, M > &omega_K, const geo_element &K, const side_information_type &sid, const details::differentiate_option &gopt, Eigen::Matrix< Value, Eigen::Dynamic, Eigen::Dynamic > &value) const |
template<class Value > | |
void | valued_check () const |
template<class Value > | |
void | grad_valued_check () const |
template<class Value > | |
void | div_valued_check () const |
template<class Value > | |
void | curl_valued_check () const |
template<class Value > | |
void | local_dg_merge_on_side (const geo_basic< T, M > &omega_K, const geo_element &S, const geo_element &K0, const geo_element &K1, const Eigen::Matrix< Value, Eigen::Dynamic, Eigen::Dynamic > &value0, const Eigen::Matrix< Value, Eigen::Dynamic, Eigen::Dynamic > &value1, Eigen::Matrix< Value, Eigen::Dynamic, Eigen::Dynamic > &value) const |
Public Attributes | |
space_type | _V |
fem_on_pointset< float_type > | _fops |
bool | _is_inside_on_local_sides |
bool | _is_on_band |
band_basic< float_type, M > | _gh |
Static Public Attributes | |
static const space_constant::valued_type | valued_hint = space_constant::last_valued |
Protected Member Functions | |
void | _element_initialize (const geo_element &K) const |
void | _element_initialize_on_side (const geo_element &K, const side_information_type &sid) |
void | _evaluate_init (const reference_element &hat_K) const |
using value_type = undeterminated_basic<T> |
using float_type = typename float_traits<T>::type |
using space_type = space_basic<float_type,M> |
using is_elementwise = std::true_type |
|
explicit |
const space_type & get_vf_space | ( | ) | const |
space_constant::valued_type valued_tag | ( | ) | const |
void initialize | ( | const piola_on_pointset< float_type > & | pops, |
const integrate_option & | iopt | ||
) |
void initialize | ( | const band_basic< float_type, memory_type > & | gh, |
const piola_on_pointset< float_type > & | pops, | ||
const integrate_option & | iopt | ||
) |
void initialize | ( | const space_basic< float_type, memory_type > & | Xh, |
const piola_on_pointset< float_type > & | pops, | ||
const integrate_option & | iopt | ||
) |
void evaluate | ( | const geo_basic< T, M > & | omega_K, |
const geo_element & | K, | ||
const details::differentiate_option & | gopt, | ||
Eigen::Matrix< Value, Eigen::Dynamic, Eigen::Dynamic > & | value | ||
) | const |
void evaluate_on_side | ( | const geo_basic< T, M > & | omega_K, |
const geo_element & | K, | ||
const side_information_type & | sid, | ||
const details::differentiate_option & | gopt, | ||
Eigen::Matrix< Value, Eigen::Dynamic, Eigen::Dynamic > & | value | ||
) | const |
void local_dg_merge_on_side | ( | const geo_basic< T, M > & | omega_K, |
const geo_element & | S, | ||
const geo_element & | K0, | ||
const geo_element & | K1, | ||
const Eigen::Matrix< Value, Eigen::Dynamic, Eigen::Dynamic > & | value0, | ||
const Eigen::Matrix< Value, Eigen::Dynamic, Eigen::Dynamic > & | value1, | ||
Eigen::Matrix< Value, Eigen::Dynamic, Eigen::Dynamic > & | value | ||
) | const |
|
protected |
|
protected |
|
protected |
|
static |
space_type _V |
fem_on_pointset<float_type> _fops |
band_basic<float_type,M> _gh |