Rheolef
7.2
an efficient C++ finite element environment
|
Definition at line 405 of file test_component.h.
Public Types | |
typedef test_component_rep< T, M, VfTag > | rep |
typedef smart_pointer< rep > | base |
typedef test_basic< T, M, VfTag > | test_type |
typedef test_type::size_type | size_type |
typedef test_type::value_type | value_type |
typedef M | memory_type |
typedef test_type::scalar_type | scalar_type |
typedef test_type::float_type | float_type |
typedef details::differentiate_option::type | diff_type |
typedef geo_basic< float_type, M > | geo_type |
typedef space_basic< float_type, M > | space_type |
typedef VfTag | vf_tag_type |
typedef details::dual_vf_tag< VfTag >::type | vf_dual_tag_type |
typedef test_component< T, M, VfTag > | self_type |
typedef test_component< T, M, vf_dual_tag_type > | dual_self_type |
![]() | |
typedef test_component_rep< T, M, VfTag > | handled_type |
typedef base::internal | internal |
Public Member Functions | |
test_component () | |
test_component (const test_component< T, M, VfTag > &u) | |
test_component (const test_basic< T, M, VfTag > &u, size_type i_comp) | |
test_component (const test_component< T, M, VfTag > &u, size_type i_comp) | |
test_component< T, M, VfTag > | operator[] (size_t i_comp) const |
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< T > &pops, const integrate_option &iopt) |
void | initialize (const band_basic< float_type, memory_type > &gh, const piola_on_pointset< T > &pops, const integrate_option &iopt) |
void | initialize (const space_basic< float_type, memory_type > &Xh, const integrate_option &iopt) |
template<class Value , diff_type Diff> | |
void | evaluate (const geo_basic< float_type, memory_type > &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< float_type, memory_type > &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) const |
template<class Value > | |
void | evaluate (const geo_basic< float_type, memory_type > &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< float_type, memory_type > &omega_K, const geo_element &K, const side_information_type &sid, Eigen::Matrix< Value, Eigen::Dynamic, Eigen::Dynamic > &value, bool do_local_component_assembly) 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 |
template<class ValueType > | |
void | valued_check () const |
template<class ValueType > | |
void | grad_valued_check () const |
template<class ValueType > | |
void | div_valued_check () const |
![]() | |
smart_pointer (test_component_rep< T, M, VfTag > *p=0) | |
smart_pointer (void *count, internal i) | |
smart_pointer (const smart_pointer< test_component_rep< T, M, VfTag > > &x) | |
smart_pointer< test_component_rep< T, M, VfTag > > & | operator= (const smart_pointer< test_component_rep< T, M, VfTag > > &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 |
Definition at line 410 of file test_component.h.
typedef smart_pointer<rep> base |
Definition at line 411 of file test_component.h.
Definition at line 412 of file test_component.h.
Definition at line 413 of file test_component.h.
typedef test_type::value_type value_type |
Definition at line 414 of file test_component.h.
typedef M memory_type |
Definition at line 415 of file test_component.h.
typedef test_type::scalar_type scalar_type |
Definition at line 416 of file test_component.h.
typedef test_type::float_type float_type |
Definition at line 417 of file test_component.h.
Definition at line 418 of file test_component.h.
Definition at line 419 of file test_component.h.
typedef space_basic<float_type,M> space_type |
Definition at line 420 of file test_component.h.
typedef VfTag vf_tag_type |
Definition at line 421 of file test_component.h.
typedef details::dual_vf_tag<VfTag>::type vf_dual_tag_type |
Definition at line 423 of file test_component.h.
Definition at line 424 of file test_component.h.
typedef test_component<T,M,vf_dual_tag_type> dual_self_type |
Definition at line 425 of file test_component.h.
test_component | ( | ) |
Definition at line 429 of file test_component.h.
test_component | ( | const test_component< T, M, VfTag > & | u | ) |
Definition at line 430 of file test_component.h.
test_component | ( | const test_basic< T, M, VfTag > & | u, |
size_type | i_comp | ||
) |
Definition at line 431 of file test_component.h.
test_component | ( | const test_component< T, M, VfTag > & | u, |
size_type | i_comp | ||
) |
Definition at line 432 of file test_component.h.
test_component< T, M, VfTag > operator[] | ( | size_t | i_comp | ) | const |
Definition at line 436 of file test_component.h.
const space_type & get_vf_space | ( | ) | const |
Definition at line 440 of file test_component.h.
space_constant::valued_type valued_tag | ( | ) | const |
Definition at line 442 of file test_component.h.
Definition at line 443 of file test_component.h.
void initialize | ( | const piola_on_pointset< T > & | pops, |
const integrate_option & | iopt | ||
) |
Definition at line 447 of file test_component.h.
void initialize | ( | const band_basic< float_type, memory_type > & | gh, |
const piola_on_pointset< T > & | pops, | ||
const integrate_option & | iopt | ||
) |
Definition at line 451 of file test_component.h.
void initialize | ( | const space_basic< float_type, memory_type > & | Xh, |
const integrate_option & | iopt | ||
) |
Definition at line 456 of file test_component.h.
void evaluate | ( | const geo_basic< float_type, memory_type > & | omega_K, |
const geo_element & | K, | ||
const details::differentiate_option & | gopt, | ||
Eigen::Matrix< Value, Eigen::Dynamic, Eigen::Dynamic > & | value | ||
) | const |
Definition at line 464 of file test_component.h.
void evaluate_on_side | ( | const geo_basic< float_type, memory_type > & | 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 | ||
) | const |
Definition at line 472 of file test_component.h.
void evaluate | ( | const geo_basic< float_type, memory_type > & | omega_K, |
const geo_element & | K, | ||
Eigen::Matrix< Value, Eigen::Dynamic, Eigen::Dynamic > & | value | ||
) | const |
Definition at line 483 of file test_component.h.
void evaluate_on_side | ( | const geo_basic< float_type, memory_type > & | omega_K, |
const geo_element & | K, | ||
const side_information_type & | sid, | ||
Eigen::Matrix< Value, Eigen::Dynamic, Eigen::Dynamic > & | value, | ||
bool | do_local_component_assembly | ||
) | const |
Definition at line 492 of file test_component.h.
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 |
Definition at line 506 of file test_component.h.
Definition at line 519 of file test_component.h.
void grad_valued_check | ( | ) | const |
Definition at line 521 of file test_component.h.
void div_valued_check | ( | ) | const |
Definition at line 523 of file test_component.h.
|
static |
Definition at line 441 of file test_component.h.