|
| 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 (test_rep< T, M > *p=0) |
|
| smart_pointer_base (const smart_pointer_base< test_rep< T, M >, details::constructor_copy< test_rep< T, M > > > &) |
|
| smart_pointer_base (void *count, internal) |
|
smart_pointer_base< test_rep< T, M >, details::constructor_copy< test_rep< T, M > > > & | operator= (const smart_pointer_base< test_rep< T, M >, details::constructor_copy< test_rep< T, M > > > &) |
|
| ~smart_pointer_base () |
|
const test_rep< T, M > * | pointer () const |
|
test_rep< T, M > * | pointer () |
|
const test_rep< T, M > & | data () const |
|
test_rep< T, M > & | data () |
|
const test_rep< T, M > * | operator-> () const |
|
test_rep< T, M > * | operator-> () |
|
const test_rep< T, M > & | operator* () const |
|
test_rep< T, M > & | operator* () |
|
int | reference_counter () const |
|
counter * | get_count () const |
|
template<class T, class M, class VfTag>
class rheolef::test_basic< T, M, VfTag >
Definition at line 207 of file test.h.