Rheolef  7.2
an efficient C++ finite element environment
form_expr_v2_variational_binary_binded< BinaryFunction, NLExpr, VFExpr >

Detailed Description

template<class BinaryFunction, class NLExpr, class VFExpr>
class rheolef::details::form_expr_v2_variational_binary_binded< BinaryFunction, NLExpr, VFExpr >

Definition at line 667 of file form_expr_variational.h.

Public Types

typedef geo_element::size_type size_type
 
typedef promote_memory< typenameNLExpr::memory_type, typenameVFExpr::memory_type >::type memory_type
 
typedef details::generic_binary_traits< BinaryFunction >::template result_hint< typenameNLExpr::value_type, typenameVFExpr::value_type >::type result_hint
 
typedef details::generic_binary_traits< BinaryFunction >::template hint< typenameNLExpr::value_type, typenameVFExpr::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< scalar_type, memory_typespace_type
 
typedef details::bf_vf_tag< BinaryFunction, details::vf_tag_00, typenameVFExpr::vf_tag_type >::type vf_tag_type
 
typedef details::dual_vf_tag< vf_tag_type >::type vf_dual_tag_type
 
typedef form_expr_v2_variational_binary_binded< BinaryFunction, NLExpr, VFExpr > self_type
 
typedef form_expr_v2_variational_binary_binded< BinaryFunction, NLExpr, typename VFExpr::dual_self_type > dual_self_type
 
typedef VFExpr::maybe_symmetric::type maybe_symmetric
 

Public Member Functions

 form_expr_v2_variational_binary_binded (const BinaryFunction &f, const NLExpr &nl_expr, const VFExpr &vf_expr)
 
const space_typeget_trial_space () const
 
const space_typeget_test_space () const
 
size_type n_derivative () 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)
 
template<class Result >
void evaluate (const geo_basic< float_type, memory_type > &omega_K, const geo_element &K, Eigen::Tensor< Result, 3 > &value) const
 
template<class Result >
bool valued_check () const
 

Public Attributes

BinaryFunction _f
 
NLExpr _nl_expr
 
VFExpr _vf_expr
 

Static Public Attributes

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

Member Typedef Documentation

◆ size_type

Definition at line 671 of file form_expr_variational.h.

◆ memory_type

typedef promote_memory<typenameNLExpr::memory_type,typenameVFExpr::memory_type>::type memory_type

Definition at line 673 of file form_expr_variational.h.

◆ result_hint

typedef details::generic_binary_traits<BinaryFunction>::template result_hint<typenameNLExpr::value_type,typenameVFExpr::value_type>::type result_hint

Definition at line 676 of file form_expr_variational.h.

◆ value_type

typedef details::generic_binary_traits<BinaryFunction>::template hint<typenameNLExpr::value_type,typenameVFExpr::value_type,result_hint>::result_type value_type

Definition at line 680 of file form_expr_variational.h.

◆ scalar_type

◆ float_type

Definition at line 682 of file form_expr_variational.h.

◆ space_type

◆ vf_tag_type

Definition at line 686 of file form_expr_variational.h.

◆ vf_dual_tag_type

◆ self_type

◆ dual_self_type

typedef form_expr_v2_variational_binary_binded<BinaryFunction,NLExpr,typename VFExpr::dual_self_type> dual_self_type

Definition at line 691 of file form_expr_variational.h.

◆ maybe_symmetric

typedef VFExpr::maybe_symmetric::type maybe_symmetric

Definition at line 692 of file form_expr_variational.h.

Constructor & Destructor Documentation

◆ form_expr_v2_variational_binary_binded()

form_expr_v2_variational_binary_binded ( const BinaryFunction f,
const NLExpr &  nl_expr,
const VFExpr &  vf_expr 
)

Definition at line 701 of file form_expr_variational.h.

Member Function Documentation

◆ get_trial_space()

const space_type & get_trial_space ( ) const

Definition at line 711 of file form_expr_variational.h.

◆ get_test_space()

const space_type & get_test_space ( ) const

Definition at line 712 of file form_expr_variational.h.

◆ n_derivative()

size_type n_derivative ( ) const

Definition at line 713 of file form_expr_variational.h.

◆ initialize() [1/2]

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

Definition at line 717 of file form_expr_variational.h.

◆ initialize() [2/2]

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

Definition at line 721 of file form_expr_variational.h.

◆ evaluate()

void evaluate ( const geo_basic< float_type, memory_type > &  omega_K,
const geo_element K,
Eigen::Tensor< Result, 3 > &  value 
) const

Definition at line 729 of file form_expr_variational.h.

◆ valued_check()

bool valued_check ( ) const

Definition at line 751 of file form_expr_variational.h.

Member Data Documentation

◆ valued_hint

◆ _f

Definition at line 761 of file form_expr_variational.h.

◆ _nl_expr

NLExpr _nl_expr

Definition at line 762 of file form_expr_variational.h.

◆ _vf_expr

VFExpr _vf_expr

Definition at line 763 of file form_expr_variational.h.


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