Rheolef  7.2
an efficient C++ finite element environment
 
Loading...
Searching...
No Matches
field_expr_quadrature_binary< BinaryFunction, Expr1, Expr2 >

Detailed Description

template<class BinaryFunction, class Expr1, class Expr2>
class rheolef::details::field_expr_quadrature_binary< BinaryFunction, Expr1, Expr2 >

Definition at line 437 of file field_expr_quadrature.h.

Public Types

typedef geo_element::size_type size_type
 
typedef promote_memory< typenameExpr1::memory_type, typenameExpr2::memory_type >::type memory_type
 
typedef details::generic_binary_traits< BinaryFunction >::template result_hint< typenameExpr1::value_type, typenameExpr2::value_type >::type result_hint
 
typedef details::generic_binary_traits< BinaryFunction >::template hint< typenameExpr1::value_type, typenameExpr2::value_type, result_hint >::result_type value_type
 
typedef scalar_traits< value_type >::type scalar_type
 
typedef float_traits< value_type >::type float_type
 
typedef space_basic< float_type, memory_typespace_type
 
typedef geo_basic< float_type, memory_typegeo_type
 
typedef details::bf_vf_tag< BinaryFunction, typenameExpr1::vf_tag_type, typenameExpr2::vf_tag_type >::type vf_tag_type
 
typedef details::dual_vf_tag< vf_tag_type >::type vf_dual_tag_type
 
typedef field_expr_quadrature_binary< BinaryFunction, Expr1, Expr2 > self_type
 
typedef field_expr_quadrature_binary< BinaryFunction, typename Expr1::dual_self_type, typename Expr2::dual_self_type > dual_self_type
 

Public Member Functions

 field_expr_quadrature_binary (const BinaryFunction &f, const Expr1 &expr1, const Expr2 &expr2)
 
const space_typeget_vf_space () const
 
size_type n_derivative () const
 
void initialize (const geo_basic< float_type, memory_type > &omega_K, const integrate_option &iopt)
 
void initialize (const band_basic< float_type, memory_type > &gh, const integrate_option &iopt)
 
template<class Value >
void evaluate (const geo_basic< float_type, memory_type > &omega_K, const geo_element &K, Eigen::Matrix< Value, Eigen::Dynamic, 1 > &value) const
 
template<class Value >
void valued_check () const
 

Static Public Attributes

static const space_constant::valued_type valued_hint = space_constant::valued_tag_traits<value_type>::value
 

Protected Attributes

BinaryFunction _f
 
Expr1 _expr1
 
Expr2 _expr2
 

Member Typedef Documentation

◆ size_type

template<class BinaryFunction , class Expr1 , class Expr2 >
typedef geo_element::size_type size_type

Definition at line 441 of file field_expr_quadrature.h.

◆ memory_type

template<class BinaryFunction , class Expr1 , class Expr2 >
typedef promote_memory<typenameExpr1::memory_type,typenameExpr2::memory_type>::type memory_type

Definition at line 443 of file field_expr_quadrature.h.

◆ result_hint

template<class BinaryFunction , class Expr1 , class Expr2 >
typedef details::generic_binary_traits<BinaryFunction>::template result_hint<typenameExpr1::value_type,typenameExpr2::value_type>::type result_hint

Definition at line 446 of file field_expr_quadrature.h.

◆ value_type

template<class BinaryFunction , class Expr1 , class Expr2 >
typedef details::generic_binary_traits<BinaryFunction>::template hint<typenameExpr1::value_type,typenameExpr2::value_type,result_hint>::result_type value_type

Definition at line 450 of file field_expr_quadrature.h.

◆ scalar_type

template<class BinaryFunction , class Expr1 , class Expr2 >
typedef scalar_traits<value_type>::type scalar_type

Definition at line 451 of file field_expr_quadrature.h.

◆ float_type

template<class BinaryFunction , class Expr1 , class Expr2 >
typedef float_traits<value_type>::type float_type

Definition at line 452 of file field_expr_quadrature.h.

◆ space_type

template<class BinaryFunction , class Expr1 , class Expr2 >
typedef space_basic<float_type,memory_type> space_type

Definition at line 453 of file field_expr_quadrature.h.

◆ geo_type

template<class BinaryFunction , class Expr1 , class Expr2 >
typedef geo_basic<float_type,memory_type> geo_type

Definition at line 454 of file field_expr_quadrature.h.

◆ vf_tag_type

template<class BinaryFunction , class Expr1 , class Expr2 >
typedef details::bf_vf_tag<BinaryFunction,typenameExpr1::vf_tag_type,typenameExpr2::vf_tag_type>::type vf_tag_type

Definition at line 457 of file field_expr_quadrature.h.

◆ vf_dual_tag_type

template<class BinaryFunction , class Expr1 , class Expr2 >
typedef details::dual_vf_tag<vf_tag_type>::type vf_dual_tag_type

Definition at line 459 of file field_expr_quadrature.h.

◆ self_type

template<class BinaryFunction , class Expr1 , class Expr2 >
typedef field_expr_quadrature_binary<BinaryFunction,Expr1,Expr2> self_type

Definition at line 460 of file field_expr_quadrature.h.

◆ dual_self_type

template<class BinaryFunction , class Expr1 , class Expr2 >
typedef field_expr_quadrature_binary<BinaryFunction,typename Expr1::dual_self_type, typename Expr2::dual_self_type> dual_self_type

Definition at line 463 of file field_expr_quadrature.h.

Constructor & Destructor Documentation

◆ field_expr_quadrature_binary()

template<class BinaryFunction , class Expr1 , class Expr2 >
field_expr_quadrature_binary ( const BinaryFunction &  f,
const Expr1 &  expr1,
const Expr2 &  expr2 
)

Definition at line 475 of file field_expr_quadrature.h.

Member Function Documentation

◆ get_vf_space()

template<class BinaryFunction , class Expr1 , class Expr2 >
const space_type & get_vf_space ( ) const

Definition at line 482 of file field_expr_quadrature.h.

◆ n_derivative()

template<class BinaryFunction , class Expr1 , class Expr2 >
size_type n_derivative ( ) const

Definition at line 483 of file field_expr_quadrature.h.

◆ initialize() [1/2]

template<class BinaryFunction , class Expr1 , class Expr2 >
void initialize ( const geo_basic< float_type, memory_type > &  omega_K,
const integrate_option iopt 
)

Definition at line 486 of file field_expr_quadrature.h.

◆ initialize() [2/2]

template<class BinaryFunction , class Expr1 , class Expr2 >
void initialize ( const band_basic< float_type, memory_type > &  gh,
const integrate_option iopt 
)

Definition at line 490 of file field_expr_quadrature.h.

◆ evaluate()

template<class BinaryFunction , class Expr1 , class Expr2 >
template<class Value >
void evaluate ( const geo_basic< float_type, memory_type > &  omega_K,
const geo_element K,
Eigen::Matrix< Value, Eigen::Dynamic, 1 > &  value 
) const

Definition at line 495 of file field_expr_quadrature.h.

◆ valued_check()

template<class BinaryFunction , class Expr1 , class Expr2 >
template<class Value >
void valued_check ( ) const

Definition at line 513 of file field_expr_quadrature.h.

Member Data Documentation

◆ valued_hint

template<class BinaryFunction , class Expr1 , class Expr2 >
const space_constant::valued_type valued_hint = space_constant::valued_tag_traits<value_type>::value
static

Definition at line 464 of file field_expr_quadrature.h.

◆ _f

template<class BinaryFunction , class Expr1 , class Expr2 >
BinaryFunction _f
protected

Definition at line 521 of file field_expr_quadrature.h.

◆ _expr1

template<class BinaryFunction , class Expr1 , class Expr2 >
Expr1 _expr1
protected

Definition at line 522 of file field_expr_quadrature.h.

◆ _expr2

template<class BinaryFunction , class Expr1 , class Expr2 >
Expr2 _expr2
protected

Definition at line 523 of file field_expr_quadrature.h.


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