Rheolef
7.1
an efficient C++ finite element environment
|
Public Types | |
typedef test_rep< T, M > | rep |
typedef smart_pointer< rep > | base |
typedef rep::size_type | size_type |
typedef rep::memory_type | memory_type |
typedef rep::value_type | value_type |
typedef rep::scalar_type | scalar_type |
typedef rep::float_type | float_type |
typedef rep::geo_type | geo_type |
typedef rep::space_type | space_type |
typedef rep::diff_type | diff_type |
typedef VfTag | vf_tag_type |
typedef details::dual_vf_tag< VfTag >::type | vf_dual_tag_type |
typedef test_basic< T, M, VfTag > | self_type |
typedef test_basic< T, M, vf_dual_tag_type > | dual_self_type |
![]() | |
typedef test_rep< T, M > | handled_type |
typedef base::internal | internal |
Public Member Functions | |
test_basic (const space_type &V) | |
const space_type & | get_vf_space () const |
space_constant::valued_type | valued_tag () const |
size_type | n_derivative () const |
size_type | size () const |
details::test_component< T, M, VfTag > | operator[] (size_type i_comp) 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, bool do_local_component_assembly_unused) const |
template<class Value > | |
void | evaluate (const geo_basic< T, M > &omega_K, const geo_element &K, Eigen::Matrix< Value, Eigen::Dynamic, Eigen::Dynamic > &value) const |
template<class Value > | |
void | evaluate_on_side (const geo_basic< T, M > &omega_K, const geo_element &K, const side_information_type &sid, Eigen::Matrix< Value, Eigen::Dynamic, Eigen::Dynamic > &value, bool do_local_component_assembly_unused) 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 |
![]() | |
smart_pointer (test_rep< T, M > *p=0) | |
smart_pointer (void *count, internal i) | |
smart_pointer (const smart_pointer< test_rep< T, M > > &x) | |
smart_pointer< test_rep< T, M > > & | operator= (const smart_pointer< test_rep< T, M > > &x) |
~smart_pointer () | |
![]() | |
smart_pointer_base (T *p=0) | |
smart_pointer_base (const smart_pointer_base< T, C > &) | |
smart_pointer_base (void *count, internal) | |
smart_pointer_base< T, C > & | operator= (const smart_pointer_base< T, C > &) |
~smart_pointer_base () | |
const T * | pointer () const |
const T & | data () const |
const T * | operator-> () const |
const T & | operator* () const |
T * | pointer () |
T & | data () |
T * | operator-> () |
T & | operator* () |
int | reference_counter () const |
counter * | get_count () const |
Static Public Attributes | |
static const space_constant::valued_type | valued_hint = rep::valued_hint |
typedef smart_pointer<rep> base |
typedef rep::size_type size_type |
typedef rep::memory_type memory_type |
typedef rep::value_type value_type |
typedef rep::scalar_type scalar_type |
typedef rep::float_type float_type |
typedef rep::geo_type geo_type |
typedef rep::space_type space_type |
typedef rep::diff_type diff_type |
typedef VfTag vf_tag_type |
typedef details::dual_vf_tag<VfTag>::type vf_dual_tag_type |
typedef test_basic<T,M,vf_dual_tag_type> dual_self_type |
|
explicit |
const space_type& get_vf_space | ( | ) | const |
space_constant::valued_type valued_tag | ( | ) | const |
details::test_component< T, M, VfTag > operator[] | ( | size_type | i_comp | ) | const |
Definition at line 534 of file test_component.h.
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, | ||
bool | do_local_component_assembly_unused | ||
) | const |
void evaluate | ( | const geo_basic< T, M > & | omega_K, |
const geo_element & | K, | ||
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, | ||
Eigen::Matrix< Value, Eigen::Dynamic, Eigen::Dynamic > & | value, | ||
bool | do_local_component_assembly_unused | ||
) | 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 |
|
static |