Rheolef
7.1
an efficient C++ finite element environment
|
Public Types | |
typedef std::size_t | size_type |
typedef M | memory_type |
typedef undeterminated_basic< T > | value_type |
typedef T | scalar_type |
typedef float_traits< T >::type | float_type |
typedef geo_basic< float_type, M > | geo_type |
typedef space_basic< float_type, M > | space_type |
typedef details::differentiate_option::type | diff_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) const |
void | initialize (const band_basic< float_type, memory_type > &gh, const piola_on_pointset< float_type > &pops, const integrate_option &iopt) const |
void | initialize (const space_basic< float_type, memory_type > &Xh, const piola_on_pointset< float_type > &pops, const integrate_option &iopt) const |
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 |
typedef M memory_type |
typedef undeterminated_basic<T> value_type |
typedef T scalar_type |
typedef float_traits<T>::type float_type |
typedef space_basic<float_type,M> space_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 | ||
) | const |
void initialize | ( | const band_basic< float_type, memory_type > & | gh, |
const piola_on_pointset< float_type > & | pops, | ||
const integrate_option & | iopt | ||
) | const |
void initialize | ( | const space_basic< float_type, memory_type > & | Xh, |
const piola_on_pointset< float_type > & | pops, | ||
const integrate_option & | iopt | ||
) | const |
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 |
|
mutable |
|
mutable |