Rheolef  7.2
an efficient C++ finite element environment
 
Loading...
Searching...
No Matches
test_basic< T, M, VfTag >

Detailed Description

template<class T, class M, class VfTag>
class rheolef::test_basic< T, M, VfTag >

Definition at line 207 of file test.h.

+ Inheritance diagram for test_basic< T, M, VfTag >:

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 >
 
- Public Types inherited from smart_pointer< test_rep< T, M > >
typedef test_rep< T, Mhandled_type
 
typedef base::internal internal
 

Public Member Functions

 test_basic (const space_type &V)
 
const space_typeget_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
 
- Public Member Functions inherited from smart_pointer< test_rep< T, M > >
 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 ()
 
- Public Member Functions inherited from smart_pointer_base< T, C >
 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 Tpointer () const
 
const Tdata () const
 
const Toperator-> () const
 
const Toperator* () const
 
Tpointer ()
 
Tdata ()
 
Toperator-> ()
 
Toperator* ()
 
int reference_counter () const
 
counter * get_count () const
 

Static Public Attributes

static const space_constant::valued_type valued_hint = rep::valued_hint
 

Member Typedef Documentation

◆ rep

template<class T , class M , class VfTag >
using rep = test_rep<T,M>

Definition at line 211 of file test.h.

◆ base

template<class T , class M , class VfTag >
using base = smart_pointer<rep>

Definition at line 212 of file test.h.

◆ size_type

template<class T , class M , class VfTag >
using size_type = typename rep::size_type

Definition at line 213 of file test.h.

◆ memory_type

template<class T , class M , class VfTag >
using memory_type = typename rep::memory_type

Definition at line 214 of file test.h.

◆ value_type

template<class T , class M , class VfTag >
using value_type = typename rep::value_type

Definition at line 215 of file test.h.

◆ scalar_type

template<class T , class M , class VfTag >
using scalar_type = typename rep::scalar_type

Definition at line 216 of file test.h.

◆ float_type

template<class T , class M , class VfTag >
using float_type = typename rep::float_type

Definition at line 217 of file test.h.

◆ geo_type

template<class T , class M , class VfTag >
using geo_type = typename rep::geo_type

Definition at line 218 of file test.h.

◆ space_type

template<class T , class M , class VfTag >
using space_type = typename rep::space_type

Definition at line 219 of file test.h.

◆ diff_type

template<class T , class M , class VfTag >
using diff_type = typename rep::diff_type

Definition at line 220 of file test.h.

◆ is_elementwise

template<class T , class M , class VfTag >
using is_elementwise = typename rep::is_elementwise

Definition at line 221 of file test.h.

◆ vf_tag_type

template<class T , class M , class VfTag >
using vf_tag_type = VfTag

Definition at line 222 of file test.h.

◆ vf_dual_tag_type

template<class T , class M , class VfTag >
using vf_dual_tag_type = typename details::dual_vf_tag<VfTag>::type

Definition at line 223 of file test.h.

◆ self_type

template<class T , class M , class VfTag >
using self_type = test_basic<T,M,VfTag>

Definition at line 224 of file test.h.

◆ dual_self_type

template<class T , class M , class VfTag >
using dual_self_type = test_basic<T,M,vf_dual_tag_type>

Definition at line 225 of file test.h.

Constructor & Destructor Documentation

◆ test_basic()

template<class T , class M , class VfTag >
test_basic ( const space_type V)
explicit

Definition at line 229 of file test.h.

Member Function Documentation

◆ get_vf_space()

template<class T , class M , class VfTag >
const space_type & get_vf_space ( ) const

Definition at line 233 of file test.h.

◆ valued_tag()

template<class T , class M , class VfTag >
space_constant::valued_type valued_tag ( ) const

Definition at line 235 of file test.h.

◆ n_derivative()

template<class T , class M , class VfTag >
size_type n_derivative ( ) const

Definition at line 236 of file test.h.

◆ size()

template<class T , class M , class VfTag >
size_type size ( ) const

Definition at line 238 of file test.h.

◆ operator[]()

template<class T , class M , class VfTag >
details::test_component< T, M, VfTag > operator[] ( size_type  i_comp) const

Definition at line 534 of file test_component.h.

◆ initialize() [1/3]

template<class T , class M , class VfTag >
void initialize ( const piola_on_pointset< float_type > &  pops,
const integrate_option iopt 
)

Definition at line 244 of file test.h.

◆ initialize() [2/3]

template<class T , class M , class VfTag >
void initialize ( const band_basic< float_type, memory_type > &  gh,
const piola_on_pointset< float_type > &  pops,
const integrate_option iopt 
)

Definition at line 248 of file test.h.

◆ initialize() [3/3]

template<class T , class M , class VfTag >
void initialize ( const space_basic< float_type, memory_type > &  Xh,
const piola_on_pointset< float_type > &  pops,
const integrate_option iopt 
)

Definition at line 253 of file test.h.

◆ evaluate() [1/2]

template<class T , class M , class VfTag >
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

Definition at line 262 of file test.h.

◆ evaluate_on_side() [1/2]

template<class T , class M , class VfTag >
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

Definition at line 270 of file test.h.

◆ evaluate() [2/2]

template<class T , class M , class VfTag >
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

Definition at line 281 of file test.h.

◆ evaluate_on_side() [2/2]

template<class T , class M , class VfTag >
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

Definition at line 290 of file test.h.

◆ valued_check()

template<class T , class M , class VfTag >
template<class Value >
void valued_check ( ) const

Definition at line 301 of file test.h.

◆ grad_valued_check()

template<class T , class M , class VfTag >
template<class Value >
void grad_valued_check ( ) const

Definition at line 303 of file test.h.

◆ div_valued_check()

template<class T , class M , class VfTag >
template<class Value >
void div_valued_check ( ) const

Definition at line 305 of file test.h.

◆ curl_valued_check()

template<class T , class M , class VfTag >
template<class Value >
void curl_valued_check ( ) const

Definition at line 307 of file test.h.

◆ local_dg_merge_on_side()

template<class T , class M , class VfTag >
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

Definition at line 310 of file test.h.

Member Data Documentation

◆ valued_hint

template<class T , class M , class VfTag >
const space_constant::valued_type valued_hint = rep::valued_hint
static

Definition at line 234 of file test.h.


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