Rheolef  7.1
an efficient C++ finite element environment
form_expr_v2_variational_unary< UnaryFunction, Expr >

Public Types

typedef geo_element::size_type size_type
 
typedef Expr::memory_type memory_type
 
typedef details::generic_unary_traits< UnaryFunction >::template result_hint< typename Expr::value_type >::type result_hint
 
typedef details::generic_unary_traits< UnaryFunction >::template hint< typename Expr::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 Expr::vf_tag_type vf_tag_type
 
typedef details::dual_vf_tag< vf_tag_type >::type vf_dual_tag_type
 
typedef form_expr_v2_variational_unary< UnaryFunction, Expr > self_type
 
typedef form_expr_v2_variational_unary< UnaryFunction, typename Expr::dual_self_type > dual_self_type
 
typedef Expr::maybe_symmetric::type maybe_symmetric
 

Public Member Functions

 form_expr_v2_variational_unary (const UnaryFunction &f, const Expr &expr)
 
 form_expr_v2_variational_unary (const form_expr_v2_variational_unary< UnaryFunction, Expr > &x)
 
form_expr_v2_variational_unary< UnaryFunction, Expr > & operator= (const form_expr_v2_variational_unary< UnaryFunction, Expr > &x)
 
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) const
 
void initialize (const band_basic< float_type, memory_type > &gh, const piola_on_pointset< float_type > &pops, const integrate_option &iopt) const
 
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
 

Static Public Attributes

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

Protected Attributes

UnaryFunction _f
 
Expr _expr
 

Detailed Description

template<class UnaryFunction, class Expr>
class rheolef::details::form_expr_v2_variational_unary< UnaryFunction, Expr >

Definition at line 70 of file form_expr_variational.h.

Member Typedef Documentation

◆ size_type

Definition at line 74 of file form_expr_variational.h.

◆ memory_type

typedef Expr::memory_type memory_type

Definition at line 75 of file form_expr_variational.h.

◆ result_hint

typedef details::generic_unary_traits<UnaryFunction>::template result_hint< typename Expr::value_type>::type result_hint

Definition at line 77 of file form_expr_variational.h.

◆ value_type

typedef details::generic_unary_traits<UnaryFunction>::template hint< typename Expr::value_type ,result_hint>::result_type value_type

Definition at line 80 of file form_expr_variational.h.

◆ scalar_type

Definition at line 81 of file form_expr_variational.h.

◆ float_type

Definition at line 82 of file form_expr_variational.h.

◆ space_type

◆ vf_tag_type

typedef Expr::vf_tag_type vf_tag_type

Definition at line 84 of file form_expr_variational.h.

◆ vf_dual_tag_type

◆ self_type

typedef form_expr_v2_variational_unary<UnaryFunction,Expr> self_type

Definition at line 87 of file form_expr_variational.h.

◆ dual_self_type

typedef form_expr_v2_variational_unary<UnaryFunction, typename Expr::dual_self_type> dual_self_type

Definition at line 89 of file form_expr_variational.h.

◆ maybe_symmetric

typedef Expr::maybe_symmetric::type maybe_symmetric

Definition at line 90 of file form_expr_variational.h.

Constructor & Destructor Documentation

◆ form_expr_v2_variational_unary() [1/2]

form_expr_v2_variational_unary ( const UnaryFunction &  f,
const Expr &  expr 
)

Definition at line 96 of file form_expr_variational.h.

◆ form_expr_v2_variational_unary() [2/2]

form_expr_v2_variational_unary ( const form_expr_v2_variational_unary< UnaryFunction, Expr > &  x)

Definition at line 99 of file form_expr_variational.h.

Member Function Documentation

◆ operator=()

form_expr_v2_variational_unary<UnaryFunction,Expr>& operator= ( const form_expr_v2_variational_unary< UnaryFunction, Expr > &  x)

Definition at line 103 of file form_expr_variational.h.

◆ get_trial_space()

const space_type& get_trial_space ( ) const

Definition at line 108 of file form_expr_variational.h.

◆ get_test_space()

const space_type& get_test_space ( ) const

Definition at line 109 of file form_expr_variational.h.

◆ n_derivative()

size_type n_derivative ( ) const

Definition at line 110 of file form_expr_variational.h.

◆ initialize() [1/2]

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

Definition at line 114 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 
) const

Definition at line 117 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 121 of file form_expr_variational.h.

◆ valued_check()

bool valued_check ( ) const

Definition at line 136 of file form_expr_variational.h.

Member Data Documentation

◆ valued_hint

◆ _f

UnaryFunction _f
protected

Definition at line 143 of file form_expr_variational.h.

◆ _expr

Expr _expr
protected

Definition at line 144 of file form_expr_variational.h.


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