Rheolef
7.2
an efficient C++ finite element environment
|
Public Types | |
using | rep = test_rep< T, M > |
using | base = smart_pointer< rep > |
using | size_type = typename rep::size_type |
using | memory_type = typename rep::memory_type |
using | value_type = typename rep::value_type |
using | scalar_type = typename rep::scalar_type |
using | float_type = typename rep::float_type |
using | geo_type = typename rep::geo_type |
using | space_type = typename rep::space_type |
using | diff_type = typename rep::diff_type |
using | is_elementwise = typename rep::is_elementwise |
using | vf_tag_type = VfTag |
using | vf_dual_tag_type = typename details::dual_vf_tag< VfTag >::type |
using | self_type = test_basic< T, M, VfTag > |
using | dual_self_type = test_basic< T, M, vf_dual_tag_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) |
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, 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 |
using base = smart_pointer<rep> |
using size_type = typename rep::size_type |
using memory_type = typename rep::memory_type |
using value_type = typename rep::value_type |
using scalar_type = typename rep::scalar_type |
using float_type = typename rep::float_type |
using geo_type = typename rep::geo_type |
using space_type = typename rep::space_type |
using diff_type = typename rep::diff_type |
using is_elementwise = typename rep::is_elementwise |
using vf_tag_type = VfTag |
using vf_dual_tag_type = typename details::dual_vf_tag<VfTag>::type |
using dual_self_type = test_basic<T,M,vf_dual_tag_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 | ||
) |
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, | ||
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 |