Rheolef  7.1
an efficient C++ finite element environment
test_rep< T, M >

Public Types

typedef std::size_t size_type
 
typedef M memory_type
 
typedef undeterminated_basic< Tvalue_type
 
typedef T scalar_type
 
typedef float_traits< T >::type float_type
 
typedef geo_basic< float_type, Mgeo_type
 
typedef space_basic< float_type, Mspace_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_typeget_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
 

Detailed Description

template<class T, class M>
class rheolef::test_rep< T, M >

Definition at line 93 of file test.h.

Member Typedef Documentation

◆ size_type

typedef std::size_t size_type

Definition at line 97 of file test.h.

◆ memory_type

typedef M memory_type

Definition at line 98 of file test.h.

◆ value_type

Definition at line 99 of file test.h.

◆ scalar_type

typedef T scalar_type

Definition at line 100 of file test.h.

◆ float_type

Definition at line 101 of file test.h.

◆ geo_type

Definition at line 102 of file test.h.

◆ space_type

Definition at line 103 of file test.h.

◆ diff_type

Definition at line 104 of file test.h.

Constructor & Destructor Documentation

◆ test_rep() [1/2]

test_rep ( const space_type V)
explicit

Definition at line 30 of file test.cc.

◆ test_rep() [2/2]

test_rep ( const test_rep< T, M > &  x)

Definition at line 39 of file test.cc.

Member Function Documentation

◆ operator=()

test_rep< T, M > & operator= ( const test_rep< T, M > &  x)

Definition at line 50 of file test.cc.

◆ get_vf_space()

const space_type& get_vf_space ( ) const

Definition at line 114 of file test.h.

◆ valued_tag()

space_constant::valued_type valued_tag ( ) const

Definition at line 116 of file test.h.

◆ n_derivative()

size_type n_derivative ( ) const

Definition at line 117 of file test.h.

◆ initialize() [1/3]

void initialize ( const piola_on_pointset< float_type > &  pops,
const integrate_option iopt 
) const

Definition at line 65 of file test.cc.

◆ initialize() [2/3]

void initialize ( const band_basic< float_type, memory_type > &  gh,
const piola_on_pointset< float_type > &  pops,
const integrate_option iopt 
) const

Definition at line 85 of file test.cc.

◆ initialize() [3/3]

void initialize ( const space_basic< float_type, memory_type > &  Xh,
const piola_on_pointset< float_type > &  pops,
const integrate_option iopt 
) const

Definition at line 75 of file test.cc.

◆ evaluate()

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

Definition at line 288 of file test.cc.

◆ evaluate_on_side()

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

Definition at line 410 of file test.cc.

◆ valued_check()

void valued_check ( ) const

Definition at line 151 of file test.h.

◆ grad_valued_check()

void grad_valued_check ( ) const

Definition at line 158 of file test.h.

◆ div_valued_check()

void div_valued_check ( ) const

Definition at line 166 of file test.h.

◆ curl_valued_check()

void curl_valued_check ( ) const

Definition at line 174 of file test.h.

◆ local_dg_merge_on_side()

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 467 of file test.cc.

◆ _element_initialize()

void _element_initialize ( const geo_element K) const
protected

◆ _element_initialize_on_side()

void _element_initialize_on_side ( const geo_element K,
const side_information_type sid 
)
protected

◆ _evaluate_init()

void _evaluate_init ( const reference_element hat_K) const
protected

Member Data Documentation

◆ valued_hint

Definition at line 115 of file test.h.

◆ _V

Definition at line 196 of file test.h.

◆ _fops

fem_on_pointset<float_type> _fops
mutable

Definition at line 197 of file test.h.

◆ _is_inside_on_local_sides

bool _is_inside_on_local_sides
mutable

Definition at line 198 of file test.h.

◆ _is_on_band

bool _is_on_band
mutable

Definition at line 199 of file test.h.

◆ _gh

band_basic<float_type,M> _gh
mutable

Definition at line 200 of file test.h.


The documentation for this class was generated from the following files: